Uses of Class
io.qt.gui.QFont.StyleStrategy
Package | Description |
---|---|
io.qt.gui |
-
Uses of QFont.StyleStrategy in io.qt.gui
Methods in io.qt.gui that return QFont.StyleStrategy Modifier and Type Method Description QFont.StyleStrategy
QTextCharFormat. fontStyleStrategy()
static QFont.StyleStrategy
QFont.StyleStrategy. resolve(int value)
Returns the corresponding enum entry for the given value.QFont.StyleStrategy
QFont. styleStrategy()
static QFont.StyleStrategy
QFont.StyleStrategy. valueOf(String name)
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.StyleStrategy Modifier and Type Method Description void
QTextCharFormat. setFontStyleHint(QFont.StyleHint hint, QFont.StyleStrategy strategy)
void
QTextCharFormat. setFontStyleStrategy(QFont.StyleStrategy strategy)
void
QFont. setStyleHint(QFont.StyleHint arg__1, QFont.StyleStrategy arg__2)
void
QFont. setStyleStrategy(QFont.StyleStrategy s)