Font::GetKerningAdjustment

Font::GetKerningAdjustment
virtual float GetKerningAdjustment(unsigned lastCode, unsigned thisCode) const = 0;
Description

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
Parameters 
Description 
unsigned lastCode 
Last character code. (Unicode) 
unsigned thisCode 
Current (this) character code. 
Return Value

Kerning adjustment value.