Previous Element | Next Element |
KerningPair
This defines kerning pairs in RVML that are used to adjust
the advances between specific pairs of font glyphs. Kerning
is supported within the SWF format however no players
currently utilize kerning information in embedded fonts.
However, KineticFusion will take kerning information into
account when creating advances for text segments when the
advances attribute is set to 'auto' so kerning definitions
should be defined when converting font definitions from
other formats.
Attributes
char1 | The integer character code of the first glyph of the pair. | |
Type | Integer | |
From Value | 1 | |
To Value | 65535 | |
char2 | The integer character code of the second glyph of the pair. | |
Type | Integer | |
From Value | 1 | |
To Value | 65535 | |
adjustment | A decimal number indicating a positive or negative adjustment added to the advance of the first glyph when the second glyph follows | |
Type | Float |
Child Elements
None
Parent Elements
FontMetricsExamples
None
Previous Element | Next Element |