virtual const TextureGlyph* GetTextureGlyph(unsigned glyphIndex) const;
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 |
Description |
unsigned glyphIndex |
The glyph index value. |
The texture glyph.