![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrawfont_p.h>
Public Member Functions | |
QRawFontPrivate () | |
QRawFontPrivate (const QRawFontPrivate &other) | |
~QRawFontPrivate () | |
void | cleanUp () |
bool | isValid () const |
void | setFontEngine (QFontEngine *engine) |
void | loadFromData (const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) |
Static Public Member Functions | |
static QRawFontPrivate * | get (const QRawFont &font) |
Public Attributes | |
QFontEngine * | fontEngine |
QFont::HintingPreference | hintingPreference |
QAtomicInt | ref |
Definition at line 30 of file qrawfont_p.h.
|
inline |
Definition at line 33 of file qrawfont_p.h.
|
inline |
Definition at line 39 of file qrawfont_p.h.
|
inline |
Definition at line 51 of file qrawfont_p.h.
|
inline |
Definition at line 59 of file qrawfont_p.h.
|
inlinestatic |
Definition at line 104 of file qrawfont_p.h.
|
inline |
Definition at line 65 of file qrawfont_p.h.
void QRawFontPrivate::loadFromData | ( | const QByteArray & | fontData, |
qreal | pixelSize, | ||
QFont::HintingPreference | hintingPreference ) |
Definition at line 805 of file qrawfont.cpp.
|
inline |
Definition at line 73 of file qrawfont_p.h.
QFontEngine* QRawFontPrivate::fontEngine |
Definition at line 106 of file qrawfont_p.h.
QFont::HintingPreference QRawFontPrivate::hintingPreference |
Definition at line 107 of file qrawfont_p.h.
QAtomicInt QRawFontPrivate::ref |
Definition at line 108 of file qrawfont_p.h.