#include <qfont_p.h>
Definition at line 163 of file qfont_p.h.
◆ EngineQueryOption
| Enumerator |
|---|
| Default | |
| IgnoreSmallCapsEngine | |
Definition at line 166 of file qfont_p.h.
◆ QFontPrivate() [1/2]
| QFontPrivate::QFontPrivate |
( |
| ) |
|
◆ QFontPrivate() [2/2]
◆ ~QFontPrivate()
| QFontPrivate::~QFontPrivate |
( |
| ) |
|
◆ alterCharForCapitalization()
| void QFontPrivate::alterCharForCapitalization |
( |
QChar & | c | ) |
const |
◆ detachButKeepEngineData()
| void QFontPrivate::detachButKeepEngineData |
( |
QFont * | font | ) |
|
|
static |
Detaches the font object from common font attributes data. Call this instead of QFont::detach() if the only font attributes data has been changed (underline, letterSpacing, kerning, etc.).
Definition at line 684 of file qfont.cpp.
◆ engineForCharacter()
| QFontEngine * QFontPrivate::engineForCharacter |
( |
char32_t | c, |
|
|
EngineQueryOptions | opt = {} ) const |
◆ engineForScript()
| QFontEngine * QFontPrivate::engineForScript |
( |
int | script | ) |
const |
◆ get()
◆ hasVariableAxis()
| bool QFontPrivate::hasVariableAxis |
( |
QFont::Tag | tag, |
|
|
float | value ) const |
◆ operator=()
◆ resolve()
◆ setFeature()
◆ setVariableAxis()
◆ smallCapsFont()
| QFont QFontPrivate::smallCapsFont |
( |
| ) |
const |
|
inline |
◆ smallCapsFontPrivate()
◆ unsetFeature()
◆ unsetVariableAxis()
◆ capital
| uint QFontPrivate::capital |
◆ dpi
◆ engineData
◆ features
◆ kerning
| uint QFontPrivate::kerning |
◆ letterSpacing
| QFixed QFontPrivate::letterSpacing |
◆ letterSpacingIsAbsolute
| bool QFontPrivate::letterSpacingIsAbsolute |
◆ overline
| uint QFontPrivate::overline |
◆ ref
◆ request
◆ scFont
◆ strikeOut
| uint QFontPrivate::strikeOut |
◆ underline
| uint QFontPrivate::underline |
◆ wordSpacing
| QFixed QFontPrivate::wordSpacing |
The documentation for this class was generated from the following files: