![]() |
Qt 6.x
The Qt SDK
|
#include <qsgopenvgfontglyphcache.h>
Public Member Functions | |
QSGOpenVGFontGlyphCacheManager () | |
~QSGOpenVGFontGlyphCacheManager () | |
QSGOpenVGFontGlyphCache * | cache (const QRawFont &font) |
void | insertCache (const QRawFont &font, QSGOpenVGFontGlyphCache *cache) |
Definition at line 15 of file qsgopenvgfontglyphcache.h.
QT_BEGIN_NAMESPACE QSGOpenVGFontGlyphCacheManager::QSGOpenVGFontGlyphCacheManager | ( | ) |
Definition at line 11 of file qsgopenvgfontglyphcache.cpp.
QSGOpenVGFontGlyphCacheManager::~QSGOpenVGFontGlyphCacheManager | ( | ) |
Definition at line 16 of file qsgopenvgfontglyphcache.cpp.
References qDeleteAll().
QSGOpenVGFontGlyphCache * QSGOpenVGFontGlyphCacheManager::cache | ( | const QRawFont & | font | ) |
Definition at line 21 of file qsgopenvgfontglyphcache.cpp.
References font, and QHash< Key, T >::value().
Referenced by QSGOpenVGRenderContext::glyphCache().
void QSGOpenVGFontGlyphCacheManager::insertCache | ( | const QRawFont & | font, |
QSGOpenVGFontGlyphCache * | cache | ||
) |
Definition at line 26 of file qsgopenvgfontglyphcache.cpp.
References cache, font, and QHash< Key, T >::insert().
Referenced by QSGOpenVGRenderContext::glyphCache().