![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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.
| QSGOpenVGFontGlyphCache::~QSGOpenVGFontGlyphCache | ( | ) |
Definition at line 40 of file qsgopenvgfontglyphcache.cpp.
|
inline |
Definition at line 41 of file qsgopenvgfontglyphcache.h.
|
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 glyphCount().
|
inline |
Definition at line 35 of file qsgopenvgfontglyphcache.h.
Definition at line 71 of file qsgopenvgfontglyphcache.cpp.