![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qshareddata.h>
#include <QtGui/private/qtguiglobal_p.h>
#include "QtCore/qatomic.h"
#include <QtCore/qvarlengtharray.h>
#include "private/qfont_p.h"
#include "private/qfontengine_p.h"
Go to the source code of this file.
Classes | |
class | QFontEngineGlyphCache |
Typedefs | |
typedef QHash< void *, QList< QFontEngineGlyphCache * > > | GlyphPointerHash |
typedef QHash< int, QList< QFontEngineGlyphCache * > > | GlyphIntHash |
typedef QHash<int, QList<QFontEngineGlyphCache *> > GlyphIntHash |
Definition at line 51 of file qfontengineglyphcache_p.h.
typedef QHash<void *, QList<QFontEngineGlyphCache *> > GlyphPointerHash |
Definition at line 50 of file qfontengineglyphcache_p.h.