Uses of Class
io.qt.gui.QRawFont.LayoutFlag
Package | Description |
---|---|
io.qt.gui |
-
Uses of QRawFont.LayoutFlag in io.qt.gui
Methods in io.qt.gui that return QRawFont.LayoutFlag Modifier and Type Method Description 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
QRawFont.LayoutFlag. valueOf(String name)
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.LayoutFlag Modifier and Type Method Description QVector<QPointF>
QRawFont. advancesForGlyphIndexes(Collection<Integer> glyphIndexes, QRawFont.LayoutFlag... layoutFlags)
Overloaded function forQRawFont.advancesForGlyphIndexes(java.util.Collection, io.qt.gui.QRawFont.LayoutFlags)
.QRawFont.LayoutFlags
QRawFont.LayoutFlag. combined(QRawFont.LayoutFlag e)
Combines this entry with other enum entry.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.QRawFont.LayoutFlags
QRawFont.LayoutFlags. setFlag(QRawFont.LayoutFlag e)
Sets the flage
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.LayoutFlag Constructor Description LayoutFlags(QRawFont.LayoutFlag... args)
Creates a new LayoutFlags where the flags inargs
are set.