#include <qfontproto.h>
◆ QFontProto()
| QFontProto::QFontProto |
( |
QObject * | parent | ) |
|
◆ bold()
| bool QFontProto::bold |
( |
| ) |
const |
◆ capitalization()
| int QFontProto::capitalization |
( |
| ) |
const |
◆ defaultFamily()
| QString QFontProto::defaultFamily |
( |
| ) |
const |
◆ exactMatch()
| bool QFontProto::exactMatch |
( |
| ) |
const |
◆ family()
| QString QFontProto::family |
( |
| ) |
const |
◆ fixedPitch()
| bool QFontProto::fixedPitch |
( |
| ) |
const |
◆ fromString()
| bool QFontProto::fromString |
( |
const QString & | descrip | ) |
|
◆ isCopyOf()
| bool QFontProto::isCopyOf |
( |
const QFont & | f | ) |
const |
◆ italic()
| bool QFontProto::italic |
( |
| ) |
const |
◆ kerning()
| bool QFontProto::kerning |
( |
| ) |
const |
◆ key()
| QString QFontProto::key |
( |
| ) |
const |
◆ lastResortFamily()
| QString QFontProto::lastResortFamily |
( |
| ) |
const |
◆ lastResortFont()
| QString QFontProto::lastResortFont |
( |
| ) |
const |
◆ letterSpacing()
| qreal QFontProto::letterSpacing |
( |
| ) |
const |
◆ letterSpacingType()
| int QFontProto::letterSpacingType |
( |
| ) |
const |
◆ overline()
| bool QFontProto::overline |
( |
| ) |
const |
◆ pixelSize()
| int QFontProto::pixelSize |
( |
| ) |
const |
◆ pointSize()
| int QFontProto::pointSize |
( |
| ) |
const |
◆ pointSizeF()
| qreal QFontProto::pointSizeF |
( |
| ) |
const |
◆ rawMode()
| bool QFontProto::rawMode |
( |
| ) |
const |
◆ rawName()
| QString QFontProto::rawName |
( |
| ) |
const |
◆ resolve()
| QFont QFontProto::resolve |
( |
const QFont & | other | ) |
const |
◆ setBold()
| void QFontProto::setBold |
( |
bool | enable | ) |
|
◆ setCapitalization()
| void QFontProto::setCapitalization |
( |
int | caps | ) |
|
◆ setFamily()
| void QFontProto::setFamily |
( |
const QString & | family | ) |
|
◆ setFixedPitch()
| void QFontProto::setFixedPitch |
( |
bool | enable | ) |
|
◆ setItalic()
| void QFontProto::setItalic |
( |
bool | enable | ) |
|
◆ setKerning()
| void QFontProto::setKerning |
( |
bool | enable | ) |
|
◆ setLetterSpacing()
| void QFontProto::setLetterSpacing |
( |
int | type, |
|
|
qreal | spacing ) |
◆ setOverline()
| void QFontProto::setOverline |
( |
bool | enable | ) |
|
◆ setPixelSize()
| void QFontProto::setPixelSize |
( |
int | pixelSize | ) |
|
◆ setPointSize()
| void QFontProto::setPointSize |
( |
int | pointSize | ) |
|
◆ setPointSizeF()
| void QFontProto::setPointSizeF |
( |
qreal | pointSize | ) |
|
◆ setRawMode()
| void QFontProto::setRawMode |
( |
bool | enable | ) |
|
◆ setRawName()
| void QFontProto::setRawName |
( |
const QString & | name | ) |
|
◆ setStretch()
| void QFontProto::setStretch |
( |
int | factor | ) |
|
◆ setStrikeOut()
| void QFontProto::setStrikeOut |
( |
bool | enable | ) |
|
◆ setStyle()
| void QFontProto::setStyle |
( |
int | style | ) |
|
◆ setStyleHint()
| void QFontProto::setStyleHint |
( |
int | hint, |
|
|
int | strategy = 0 ) |
◆ setStyleStrategy()
| void QFontProto::setStyleStrategy |
( |
int | s | ) |
|
◆ setUnderline()
| void QFontProto::setUnderline |
( |
bool | enable | ) |
|
◆ setWeight()
| void QFontProto::setWeight |
( |
int | weight | ) |
|
◆ setWordSpacing()
| void QFontProto::setWordSpacing |
( |
qreal | spacing | ) |
|
◆ stretch()
| int QFontProto::stretch |
( |
| ) |
const |
◆ strikeOut()
| bool QFontProto::strikeOut |
( |
| ) |
const |
◆ style()
| int QFontProto::style |
( |
| ) |
const |
◆ styleHint()
| int QFontProto::styleHint |
( |
| ) |
const |
◆ styleStrategy()
| int QFontProto::styleStrategy |
( |
| ) |
const |
◆ toString()
| QString QFontProto::toString |
( |
| ) |
const |
◆ underline()
| bool QFontProto::underline |
( |
| ) |
const |
◆ weight()
| int QFontProto::weight |
( |
| ) |
const |
◆ wordSpacing()
| qreal QFontProto::wordSpacing |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- qfontproto.h
- qfontproto.cpp