Kerning enumeration

Kerning enumeration

Specifies the kerning behavior for text in SVG.

The Kerning type exposes the following members:

Fields

FieldDescription
AUTOEnables the browser to determine whether kerning should be applied.
NORMALApplies the standard kerning, as defined in the font file.
NONEDisables 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