This document is archived and information here might be outdated. Recommended version. |
Indicates if kerning is on.
[Visual Basic .NET] Public Property Kerning As Boolean
[C#] public bool Kerning {get; set;}
[C++]
HRESULT get_Kerning(
Boolean* Kerning
);
[C++]
HRESULT put_Kerning(
VARIANT_BOOL Kerning
);
[C++]
Parameters Kerning [out, retval]
Kerning is a parameter of type bool* Kerning [in]
Kerning is a parameter of type bool
Kerning indicates whether the specific relationship of two adjacent characters within their character cells is examined and adjusted according to the predefined font metrics specific to each typeface.