Uses of Class
io.qt.gui.QFont.SpacingType
Package | Description |
---|---|
io.qt.gui |
-
Uses of QFont.SpacingType in io.qt.gui
Methods in io.qt.gui that return QFont.SpacingType Modifier and Type Method Description QFont.SpacingType
QTextCharFormat. fontLetterSpacingType()
QFont.SpacingType
QFont. letterSpacingType()
static QFont.SpacingType
QFont.SpacingType. resolve(int value)
Returns the corresponding enum entry for the given value.static QFont.SpacingType
QFont.SpacingType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QFont.SpacingType[]
QFont.SpacingType. 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.SpacingType Modifier and Type Method Description void
QTextCharFormat. setFontLetterSpacingType(QFont.SpacingType letterSpacingType)
void
QFont. setLetterSpacing(QFont.SpacingType type, double spacing)