virtual const ShapeDataInterface* GetPermanentGlyphShape(unsigned glyphIndex) const = 0;
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 |
Description |
unsigned glyphIndex |
The glyph index value. |
The permanently available glyph shapes or 0 if shapes are not permanent ones.