Qt 4.8
|
#include <qrawfont_p.h>
Public Functions | |
void | cleanUp () |
bool | isValid () const |
void | platformCleanUp () |
void | platformLoadFromData (const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) |
QRawFontPrivate () | |
QRawFontPrivate (const QRawFontPrivate &other) | |
~QRawFontPrivate () | |
Static Public Functions | |
static QRawFontPrivate * | get (const QRawFont &font) |
Public Variables | |
QFontEngine * | fontEngine |
HANDLE | fontHandle |
QFont::HintingPreference | hintingPreference |
QAtomicInt | ref |
QThread * | thread |
Definition at line 67 of file qrawfont_p.h.
|
inline |
Definition at line 70 of file qrawfont_p.h.
|
inline |
Definition at line 79 of file qrawfont_p.h.
|
inline |
Definition at line 91 of file qrawfont_p.h.
void QRawFontPrivate::cleanUp | ( | ) |
Definition at line 705 of file qrawfont.cpp.
Referenced by QRawFont::loadFromData().
|
inlinestatic |
Definition at line 109 of file qrawfont_p.h.
Referenced by QPainter::drawGlyphRun(), QPainterPrivate::drawGlyphs(), QTextLine::glyphs(), and QPainterReplayer::process().
|
inline |
Definition at line 97 of file qrawfont_p.h.
Referenced by QRawFont::advancesForGlyphIndexes(), QRawFont::alphaMapForGlyph(), QRawFont::ascent(), QRawFont::averageCharWidth(), QRawFont::descent(), QRawFont::familyName(), QRawFont::fontTable(), QRawFont::glyphIndexesForChars(), QRawFont::glyphIndexesForString(), QRawFont::hintingPreference(), QRawFont::isValid(), QRawFont::leading(), QRawFont::maxCharWidth(), QRawFont::pathForGlyph(), QRawFont::pixelSize(), QRawFont::style(), QRawFont::styleName(), QRawFont::supportedWritingSystems(), QRawFont::supportsCharacter(), QRawFont::unitsPerEm(), QRawFont::weight(), and QRawFont::xHeight().
void QRawFontPrivate::platformCleanUp | ( | ) |
Definition at line 98 of file qrawfont_ft.cpp.
Referenced by resolveGdi32().
void QRawFontPrivate::platformLoadFromData | ( | const QByteArray & | fontData, |
qreal | pixelSize, | ||
QFont::HintingPreference | hintingPreference | ||
) |
Definition at line 103 of file qrawfont_ft.cpp.
Referenced by QRawFont::loadFromData(), releaseFontData(), and resolveGdi32().
QFontEngine* QRawFontPrivate::fontEngine |
Definition at line 111 of file qrawfont_p.h.
Referenced by QRawFont::advancesForGlyphIndexes(), QRawFont::alphaMapForGlyph(), QRawFont::ascent(), QRawFont::averageCharWidth(), QRawFont::descent(), QPainter::drawGlyphRun(), QPainterPrivate::drawGlyphs(), QRawFont::familyName(), QRawFont::fontTable(), QRawFont::fromFont(), QRawFont::glyphIndexesForChars(), QTextLine::glyphs(), QRawFont::leading(), QRawFont::maxCharWidth(), QRawFont::operator==(), QRawFont::pathForGlyph(), QRawFont::pixelSize(), platformLoadFromData(), QPainterReplayer::process(), releaseFontData(), QRawFont::setPixelSize(), QRawFont::style(), QRawFont::styleName(), QRawFont::supportsCharacter(), QRawFont::unitsPerEm(), QRawFont::weight(), and QRawFont::xHeight().
HANDLE QRawFontPrivate::fontHandle |
Definition at line 117 of file qrawfont_p.h.
QFont::HintingPreference QRawFontPrivate::hintingPreference |
Definition at line 112 of file qrawfont_p.h.
Referenced by QRawFont::fromFont(), QTextLine::glyphs(), QRawFont::hintingPreference(), QRawFont::loadFromData(), and releaseFontData().
QAtomicInt QRawFontPrivate::ref |
Definition at line 114 of file qrawfont_p.h.
QThread* QRawFontPrivate::thread |
Definition at line 113 of file qrawfont_p.h.
Referenced by QRawFont::loadFromData().