class ImplFontCache
{ private: // cache of recently used font instances struct IFSD_Equal { booloperator()( const vcl::font::FontSelectPattern&, const vcl::font::FontSelectPattern& ) const; }; struct IFSD_Hash { size_t operator()( const vcl::font::FontSelectPattern& ) const; }; typedef o3tl::lru_map<vcl::font::FontSelectPattern, rtl::Reference<LogicalFontInstance>, IFSD_Hash, IFSD_Equal> FontInstanceList;
LogicalFontInstance* mpLastHitCacheEntry; ///< keeps the last hit cache entry
FontInstanceList maFontInstanceList;
GlyphBoundRectCache m_aBoundRectCache;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.