![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qfont_p.h>
Public Member Functions | |
QFontDef () | |
bool | exactMatch (const QFontDef &other) const |
bool | operator== (const QFontDef &other) const |
bool | operator< (const QFontDef &other) const |
Public Attributes | |
QStringList | families |
QString | styleName |
QStringList | fallBackFamilies |
QMap< QFont::Tag, float > | variableAxisValues |
qreal | pointSize |
qreal | pixelSize |
uint | styleStrategy: 16 |
uint | stretch: 12 |
uint | style: 2 |
uint | hintingPreference: 2 |
uint | styleHint: 8 |
uint | weight: 10 |
uint | fixedPitch: 1 |
uint | ignorePitch: 1 |
uint | fixedPitchComputed: 1 |
uint | reserved: 11 |
|
inline |
Definition at line 40 of file qfont_p.h.
References QFontDef(), fixedPitch, fixedPitchComputed, ignorePitch, and reserved.
Referenced by QFontDef().
bool QFontDef::exactMatch | ( | const QFontDef & | other | ) | const |
Definition at line 49 of file qfont.cpp.
References fixedPitch, ignorePitch, and stretch.
|
inline |
Definition at line 94 of file qfont_p.h.
References fixedPitch, hintingPreference, ignorePitch, stretch, style, styleHint, styleStrategy, and weight.
|
inline |
QStringList QFontDef::fallBackFamilies |
QStringList QFontDef::families |
uint QFontDef::fixedPitch |
Definition at line 73 of file qfont_p.h.
Referenced by QFontDef(), exactMatch(), operator<(), and qHash().
uint QFontDef::fixedPitchComputed |
Definition at line 75 of file qfont_p.h.
Referenced by QFontDef().
uint QFontDef::hintingPreference |
Definition at line 69 of file qfont_p.h.
Referenced by operator<(), and qHash().
uint QFontDef::ignorePitch |
Definition at line 74 of file qfont_p.h.
Referenced by QFontDef(), exactMatch(), operator<(), and qHash().
uint QFontDef::reserved |
Definition at line 76 of file qfont_p.h.
Referenced by QFontDef().
uint QFontDef::stretch |
Definition at line 67 of file qfont_p.h.
Referenced by exactMatch(), operator<(), and qHash().
uint QFontDef::style |
Definition at line 68 of file qfont_p.h.
Referenced by operator<(), and qHash().
uint QFontDef::styleHint |
Definition at line 71 of file qfont_p.h.
Referenced by operator<(), and qHash().
uint QFontDef::styleStrategy |
Definition at line 66 of file qfont_p.h.
Referenced by operator<(), and qHash().
QMap<QFont::Tag, float> QFontDef::variableAxisValues |
uint QFontDef::weight |
Definition at line 72 of file qfont_p.h.
Referenced by operator<(), and qHash().