Font::GetPermanentGlyphShape

Font::GetPermanentGlyphShape
virtual const ShapeDataInterface* GetPermanentGlyphShape(unsigned glyphIndex) const = 0;
Description

GetPermanentGlypShape returns the permanently available glyph shapes. This function is used in cases all the glyphs are permanently available, while the font is available. For shapes that are not persistent, the function returns 0. In such cases, the shapes will be obtained by GetTemporaryGlyphShape and cached.

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

The permanently available glyph shapes or 0 if shapes are not permanent ones.