![]() |
Qt 6.x
The Qt SDK
|
#include <qsgopenvgfontglyphcache.h>
Public Member Functions | |
QSGOpenVGFontGlyphCache (QSGOpenVGFontGlyphCacheManager *manager, const QRawFont &font) | |
~QSGOpenVGFontGlyphCache () | |
const QSGOpenVGFontGlyphCacheManager * | manager () const |
const QRawFont & | referenceFont () const |
int | glyphCount () const |
void | populate (const QVector< quint32 > &glyphs) |
void | release (const QVector< quint32 > &glyphs) |
VGFont | font () |
Definition at line 28 of file qsgopenvgfontglyphcache.h.
QSGOpenVGFontGlyphCache::QSGOpenVGFontGlyphCache | ( | QSGOpenVGFontGlyphCacheManager * | manager, |
const QRawFont & | font | ||
) |
Definition at line 31 of file qsgopenvgfontglyphcache.cpp.
References font(), QRawFontPrivate::fontEngine, QRawFontPrivate::get(), and QFontEngine::glyphCount().
QSGOpenVGFontGlyphCache::~QSGOpenVGFontGlyphCache | ( | ) |
Definition at line 40 of file qsgopenvgfontglyphcache.cpp.
|
inline |
Definition at line 41 of file qsgopenvgfontglyphcache.h.
Referenced by QSGOpenVGFontGlyphCache().
|
inline |
Definition at line 36 of file qsgopenvgfontglyphcache.h.
Referenced by populate().
|
inline |
Definition at line 34 of file qsgopenvgfontglyphcache.h.
Definition at line 46 of file qsgopenvgfontglyphcache.cpp.
References QList< T >::at(), QHash< Key, T >::contains(), QList< T >::count(), glyphCount(), i, QSet< T >::insert(), QSet< T >::isEmpty(), and qWarning.
Referenced by QSGOpenVGGlyphNode::setGlyphs().
|
inline |
Definition at line 35 of file qsgopenvgfontglyphcache.h.
Definition at line 71 of file qsgopenvgfontglyphcache.cpp.
References QList< T >::at(), QList< T >::count(), i, and QSet< T >::insert().
Referenced by QSGOpenVGGlyphNode::~QSGOpenVGGlyphNode(), and QSGOpenVGGlyphNode::setGlyphs().