IFontDescriptorKerningInfo Property |
Gets kerning information for this font.
Namespace: Kettic.AspNet.Controls.Toolkit.Apoc.LayoutAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
SyntaxGdiKerningPairs KerningInfo { get; }
ReadOnly Property KerningInfo As GdiKerningPairs
Get
property GdiKerningPairs^ KerningInfo {
GdiKerningPairs^ get ();
}
abstract KerningInfo : GdiKerningPairs with get
Property Value
Type:
GdiKerningPairs
Remarks
If
HasKerningInfo is
false it is acceptable
for this method to return null.
See Also