Table of Contents

Enum KerningMode

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

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 = 2

Specifies that kerning is applied at the discretion of the layout engine.

None = 1

Specifies that kerning is not applied.

Standard = 0

Specifies that kerning is applied.