Uses of Class
io.qt.gui.QFont.Style
Package | Description |
---|---|
io.qt.gui |
-
Uses of QFont.Style in io.qt.gui
Methods in io.qt.gui that return QFont.Style Modifier and Type Method Description static QFont.Style
QFont.Style. resolve(int value)
Returns the corresponding enum entry for the given value.QFont.Style
QFont. style()
QFont.Style
QFontInfo. style()
QFont.Style
QRawFont. style()
static QFont.Style
QFont.Style. valueOf(String name)
Returns the enum constant of this type with the specified name.static QFont.Style[]
QFont.Style. 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.Style Modifier and Type Method Description void
QFont. setStyle(QFont.Style style)