Kerning Enum

Kerning enumeration

Specifies the kerning behavior for text in SVG.

public enum Kerning

Values

NameValueDescription
Auto0Enables the browser to determine whether kerning should be applied.
Normal1Applies the standard kerning, as defined in the font file.
None2Disables kerning, ignoring any kerning information in the font.

Remarks

The ‘font-kerning’ property in SVG controls the usage of the kerning information stored in a font. Kerning adjusts the space between individual letter pairs to improve visual appearance of text. This enum provides options for controlling kerning behavior in SVG text elements.

See Also