Uses of Enum
io.qt.gui.QFont.StyleStrategy
Packages that use QFont.StyleStrategy
-
Uses of QFont.StyleStrategy in io.qt.gui
Methods in io.qt.gui that return QFont.StyleStrategyModifier and TypeMethodDescriptionfinal QFont.StyleStrategy
QTextCharFormat.fontStyleStrategy()
static QFont.StyleStrategy
QFont.StyleStrategy.resolve
(int value) Returns the corresponding enum entry for the given value.final QFont.StyleStrategy
QFont.styleStrategy()
static QFont.StyleStrategy
Returns the enum constant of this type with the specified name.static QFont.StyleStrategy[]
QFont.StyleStrategy.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.StyleStrategyModifier and TypeMethodDescriptionfinal void
QTextCharFormat.setFontStyleHint
(QFont.StyleHint hint, QFont.StyleStrategy strategy) final void
QTextCharFormat.setFontStyleStrategy
(QFont.StyleStrategy strategy) final void
QFont.setStyleHint
(QFont.StyleHint arg__1, QFont.StyleStrategy arg__2) final void
QFont.setStyleStrategy
(QFont.StyleStrategy s)