Definition at line 63 of file qrawfont.h.
|
| QRawFont () |
|
| QRawFont (const QString &fileName, qreal pixelSize, QFont::HintingPreference hintingPreference=QFont::PreferDefaultHinting) |
|
| QRawFont (const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference=QFont::PreferDefaultHinting) |
|
| QRawFont (const QRawFont &other) |
|
| ~QRawFont () |
|
bool | isValid () const |
|
QRawFont & | operator= (const QRawFont &other) |
|
bool | operator== (const QRawFont &other) const |
|
bool | operator!= (const QRawFont &other) const |
|
QString | familyName () const |
|
QString | styleName () const |
|
QFont::Style | style () const |
|
int | weight () const |
|
QVector< quint32 > | glyphIndexesForString (const QString &text) const |
|
QVector< QPointF > | advancesForGlyphIndexes (const QVector< quint32 > &glyphIndexes) const |
|
bool | glyphIndexesForChars (const QChar *chars, int numChars, quint32 *glyphIndexes, int *numGlyphs) const |
|
bool | advancesForGlyphIndexes (const quint32 *glyphIndexes, QPointF *advances, int numGlyphs) const |
|
QImage | alphaMapForGlyph (quint32 glyphIndex, AntialiasingType antialiasingType=SubPixelAntialiasing, const QTransform &transform=QTransform()) const |
|
QPainterPath | pathForGlyph (quint32 glyphIndex) const |
|
void | setPixelSize (qreal pixelSize) |
|
qreal | pixelSize () const |
|
QFont::HintingPreference | hintingPreference () const |
|
qreal | ascent () const |
|
qreal | descent () const |
|
qreal | leading () const |
|
qreal | xHeight () const |
|
qreal | averageCharWidth () const |
|
qreal | maxCharWidth () const |
|
qreal | unitsPerEm () const |
|
void | loadFromFile (const QString &fileName, qreal pixelSize, QFont::HintingPreference hintingPreference) |
|
void | loadFromData (const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) |
|
bool | supportsCharacter (quint32 ucs4) const |
|
bool | supportsCharacter (QChar character) const |
|
QList< QFontDatabase::WritingSystem > | supportedWritingSystems () const |
|
QByteArray | fontTable (const char *tagName) const |
|