Uses of Enum
io.qt.gui.QRawFont.LayoutFlag
Packages that use QRawFont.LayoutFlag
-
Uses of QRawFont.LayoutFlag in io.qt.gui
Methods in io.qt.gui that return QRawFont.LayoutFlagModifier and TypeMethodDescriptionfinal QRawFont.LayoutFlag []
QRawFont.LayoutFlags.flags()
Returns an array of flag objects represented by this LayoutFlags.static QRawFont.LayoutFlag
QRawFont.LayoutFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QRawFont.LayoutFlag
Returns the enum constant of this type with the specified name.static QRawFont.LayoutFlag[]
QRawFont.LayoutFlag.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 QRawFont.LayoutFlagModifier and TypeMethodDescriptionQRawFont.advancesForGlyphIndexes
(Collection<@QtPrimitiveType Integer> glyphIndexes, QRawFont.LayoutFlag ... layoutFlags) Overloaded function forQRawFont.advancesForGlyphIndexes(java.util.Collection, io.qt.gui.QRawFont.LayoutFlags)
.QRawFont.LayoutFlag.cleared
(QRawFont.LayoutFlag e) Excludes other enum entry from a flag of this entry.QRawFont.LayoutFlag.combined
(QRawFont.LayoutFlag e) Combines this entry with other enum entry.final QRawFont.LayoutFlags
QRawFont.LayoutFlags.combined
(QRawFont.LayoutFlag e) Combines this flags with enum entry.static QRawFont.LayoutFlags
QRawFont.LayoutFlag.flags
(QRawFont.LayoutFlag ... values) Creates a newQRawFont.LayoutFlags
from the entries.final QRawFont.LayoutFlags
QRawFont.LayoutFlags.setFlag
(QRawFont.LayoutFlag e) Sets the flage
final QRawFont.LayoutFlags
QRawFont.LayoutFlags.setFlag
(QRawFont.LayoutFlag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.gui with parameters of type QRawFont.LayoutFlagModifierConstructorDescriptionLayoutFlags
(QRawFont.LayoutFlag ... args) Creates a new LayoutFlags where the flags inargs
are set.