Kerning Enum
Contents
[
Hide
]Kerning enumeration
Specifies the kerning behavior for text in SVG.
public enum Kerning
Values
Name | Value | Description |
---|---|---|
Auto | 0 | Enables the browser to determine whether kerning should be applied. |
Normal | 1 | Applies the standard kerning, as defined in the font file. |
None | 2 | Disables 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
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG