Uses of Class
io.qt.gui.QFont.HintingPreference
Package | Description |
---|---|
io.qt.gui |
-
Uses of QFont.HintingPreference in io.qt.gui
Methods in io.qt.gui that return QFont.HintingPreference Modifier and Type Method Description QFont.HintingPreference
QTextCharFormat. fontHintingPreference()
QFont.HintingPreference
QFont. hintingPreference()
QFont.HintingPreference
QRawFont. hintingPreference()
static QFont.HintingPreference
QFont.HintingPreference. resolve(int value)
Returns the corresponding enum entry for the given value.static QFont.HintingPreference
QFont.HintingPreference. valueOf(String name)
Returns the enum constant of this type with the specified name.static QFont.HintingPreference[]
QFont.HintingPreference. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QFont.HintingPreference Modifier and Type Method Description void
QRawFont. loadFromData(QByteArray fontData, double pixelSize, QFont.HintingPreference hintingPreference)
void
QRawFont. loadFromFile(String fileName, double pixelSize, QFont.HintingPreference hintingPreference)
void
QTextCharFormat. setFontHintingPreference(QFont.HintingPreference hintingPreference)
void
QFont. setHintingPreference(QFont.HintingPreference hintingPreference)
Constructors in io.qt.gui with parameters of type QFont.HintingPreference Constructor Description QRawFont(QByteArray fontData, double pixelSize, QFont.HintingPreference hintingPreference)
QRawFont(String fileName, double pixelSize, QFont.HintingPreference hintingPreference)