java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QGlyphRun
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Direct access to the internal glyphs in a font
Java wrapper for Qt class QGlyphRun
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QGlyphRun::GlyphRunFlagstatic final class
QFlags type for enumQGlyphRun.GlyphRunFlag
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QRectF
final void
clear()
clone()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final QGlyphRun.GlyphRunFlags
flags()
int
hashCode()
final boolean
isEmpty()
final boolean
final boolean
overline()
final QRawFont
rawFont()
final void
setBoundingRect
(QRectF boundingRect) final void
Overloaded function forsetFlag(io.qt.gui.QGlyphRun.GlyphRunFlag, boolean)
withenabled = true
.final void
setFlag
(QGlyphRun.GlyphRunFlag flag, boolean enabled) final void
setFlags
(QGlyphRun.GlyphRunFlag... flags) Overloaded function forsetFlags(io.qt.gui.QGlyphRun.GlyphRunFlags)
.final void
setFlags
(QGlyphRun.GlyphRunFlags flags) final void
setGlyphIndexes
(Collection<Integer> glyphIndexes) final void
setOverline
(boolean overline) final void
setPositions
(Collection<QPointF> positions) final void
setRawFont
(QRawFont rawFont) final void
setRightToLeft
(boolean on) final void
setStrikeOut
(boolean strikeOut) final void
setUnderline
(boolean underline) final boolean
final void
final boolean
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGlyphRun
public QGlyphRun() -
QGlyphRun
-
QGlyphRun
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
boundingRect
-
clear
-
flags
-
glyphIndexes
-
isEmpty
-
isRightToLeft
-
overline
-
positions
-
rawFont
-
setBoundingRect
-
setFlag
Overloaded function for
setFlag(io.qt.gui.QGlyphRun.GlyphRunFlag, boolean)
withenabled = true
. -
setFlag
-
setFlags
Overloaded function for
setFlags(io.qt.gui.QGlyphRun.GlyphRunFlags)
. -
setFlags
-
setGlyphIndexes
-
setOverline
-
setPositions
-
setRawFont
-
setRightToLeft
-
setStrikeOut
-
setUnderline
-
strikeOut
-
swap
-
underline
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-