Font::GetGlyphBounds

Font::GetGlyphBounds
virtual RectF& GetGlyphBounds(unsigned glyphIndex, RectF* prect) const = 0;
Description

GetGlyphBounds retrieves the bounds of glyph in a font.

Parameters
Parameters 
Description 
unsigned glyphIndex 
Glyph index value. 
RectF* prect 
Pointer to rectangle which defines the coordinates for the bound. 
Return Value

A Boolean value of true if the glyph bounds are obtained.