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.
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
public enum KerningMode
Fields
Name | Description |
---|---|
Auto | Specifies that kerning is applied at the discretion of the layout engine. |
None | Specifies that kerning is not applied. |
Standard | Specifies that kerning is applied. |