Font::GetAdvance

Font::GetAdvance
virtual float GetAdvance(unsigned glyphIndex) const = 0;
Description

GetAdvance returns the horizontal advance value in font units.

Parameters
Parameters 
Description 
unsigned glyphIndex 
Glyph index (not Unicode). 
Return Value

Horizontal advance value.