Enum KerningMode
Kerning is the contextual adjustment of inter-glyph spacing. This property controls metric kerning, kerning that utilizes adjustment data contained in the font.
public enum KerningMode
Fields
Auto = 2Specifies that kerning is applied at the discretion of the layout engine.
None = 1Specifies that kerning is not applied.
Standard = 0Specifies that kerning is applied.