Aspose::Font::Ttf::Utils::TtfFontGlyphsCache class

TtfFontGlyphsCache class

Glyphs cache.

class TtfFontGlyphsCache

Methods

MethodDescription
static Add(System::SharedPtr<TtfFont>, uint32_t, System::SharedPtr<Aspose::Font::Glyphs::Glyph>)Add glyph to cache.
static Clear()Clear cache.
static Enable(bool)Enables or disables using of cache.
static get_Enabled()Determines if cache is enabled or disabled.
static GetGlyph(const System::SharedPtr<TtfFont>&, uint32_t)Gets glyph from cache by font and id.
TtfFontGlyphsCache()

See Also