42 #ifndef QRAWFONTPRIVATE_P_H 43 #define QRAWFONTPRIVATE_P_H 59 #include <QtCore/qthread.h> 60 #include <QtCore/qthreadstorage.h> 62 #if !defined(QT_NO_RAWFONT) 66 namespace {
class CustomFontFileLoader; }
72 , hintingPreference(
QFont::PreferDefaultHinting)
80 : fontEngine(other.fontEngine)
81 , hintingPreference(other.hintingPreference)
88 fontEngine->ref.ref();
100 return fontEngine != 0;
104 void platformCleanUp();
105 void platformLoadFromData(
const QByteArray &fontData,
116 #if defined(Q_WS_WIN) 123 #endif // QT_NO_RAWFONT 125 #endif // QRAWFONTPRIVATE_P_H
HintingPreference
This enum describes the different levels of hinting that can be applied to glyphs to improve legibili...
#define QT_END_NAMESPACE
This macro expands to.
The QAtomicInt class provides platform-independent atomic operations on integers. ...
The QByteArray class provides an array of bytes.
#define Q_WS_WIN
Defined on Windows.
static QThread * currentThread()
Returns a pointer to a QThread which manages the currently executing thread.
#define QT_BEGIN_NAMESPACE
This macro expands to.
static float pixelSize(const QFontDef &request, int dpi)
The QRawFont class provides access to a single physical instance of a font.
The QFont class specifies a font used for drawing text.
QRawFontPrivate(const QRawFontPrivate &other)
QFont::HintingPreference hintingPreference
if(void) toggleToolbarShown
#define Q_AUTOTEST_EXPORT
QThread * thread() const
Returns the thread in which the object lives.
The QThread class provides a platform-independent way to manage threads.