Uses of Enum
io.qt.gui.QFont.HintingPreference
-
Uses of QFont.HintingPreference in io.qt.gui
Modifier and TypeMethodDescriptionfinal QFont.HintingPreference
QTextCharFormat.fontHintingPreference()
final QFont.HintingPreference
QFont.hintingPreference()
final QFont.HintingPreference
QRawFont.hintingPreference()
static QFont.HintingPreference
QFont.HintingPreference.resolve
(int value) Returns the corresponding enum entry for the given value.static QFont.HintingPreference
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.Modifier and TypeMethodDescriptionfinal void
QRawFont.loadFromData
(byte [] fontData, double pixelSize, QFont.HintingPreference hintingPreference) Overloaded function forQRawFont.loadFromData(io.qt.core.QByteArray, double, io.qt.gui.QFont.HintingPreference)
.final void
QRawFont.loadFromData
(QByteArray fontData, double pixelSize, QFont.HintingPreference hintingPreference) final void
QRawFont.loadFromFile
(String fileName, double pixelSize, QFont.HintingPreference hintingPreference) final void
QTextCharFormat.setFontHintingPreference
(QFont.HintingPreference hintingPreference) final void
QFont.setHintingPreference
(QFont.HintingPreference hintingPreference) ModifierConstructorDescriptionQRawFont
(byte [] fontData, double pixelSize, QFont.HintingPreference hintingPreference) Overloaded constructor forQRawFont(io.qt.core.QByteArray, double, io.qt.gui.QFont.HintingPreference)
.QRawFont
(QByteArray fontData, double pixelSize, QFont.HintingPreference hintingPreference) QRawFont
(String fileName, double pixelSize, QFont.HintingPreference hintingPreference)