Uses of Enum
io.qt.gui.QFont.SpacingType
Packages that use QFont.SpacingType
-
Uses of QFont.SpacingType in io.qt.gui
Methods in io.qt.gui that return QFont.SpacingTypeModifier and TypeMethodDescriptionfinal QFont.SpacingType
QTextCharFormat.fontLetterSpacingType()
final QFont.SpacingType
QFont.letterSpacingType()
static QFont.SpacingType
QFont.SpacingType.resolve
(int value) Returns the corresponding enum entry for the given value.static QFont.SpacingType
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.SpacingTypeModifier and TypeMethodDescriptionfinal void
QTextCharFormat.setFontLetterSpacingType
(QFont.SpacingType letterSpacingType) final void
QFont.setLetterSpacing
(QFont.SpacingType type, double spacing)