Font::GetTextureGlyph

Font::GetTextureGlyph
virtual const TextureGlyph* GetTextureGlyph(unsigned glyphIndex) const;
Description

GetTextureGlyph returns the texture glyph. Some fonts may have pre-rasterized and pre-packed raster glyphs in textures (static font cache). If they exist, they will be used instead of vector piplelines.

Parameters
Parameters 
Description 
unsigned glyphIndex 
The glyph index value. 
Return Value

The texture glyph.