Uses of Enum
io.qt.gui.QFont.HintingPreference
Packages that use QFont.HintingPreference
-
Uses of QFont.HintingPreference in io.qt.gui
Methods in io.qt.gui that return QFont.HintingPreferenceModifier 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.Methods in io.qt.gui with parameters of type QFont.HintingPreferenceModifier and TypeMethodDescriptionfinal 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) Constructors in io.qt.gui with parameters of type QFont.HintingPreferenceModifierConstructorDescriptionQRawFont
(QByteArray fontData, double pixelSize, QFont.HintingPreference hintingPreference) QRawFont
(String fileName, double pixelSize, QFont.HintingPreference hintingPreference)