virtual float GetKerningAdjustment(unsigned lastCode, unsigned thisCode) const = 0;
GetKerningAdjustment obtains the kerning value between the given characters. Kerning values are used to control the inter-character spacing for the glyphs in a font.
Parameters |
Description |
unsigned lastCode |
Last character code. (Unicode) |
unsigned thisCode |
Current (this) character code. |
Kerning adjustment value.