java.lang.Object
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 enumQGlyphRun::GlyphRunFlag
static final class
QFlags
type for enumQGlyphRun.GlyphRunFlag
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final QRectF
final void
clear()
clone()
Creates and returns a copy of this object.final boolean
boolean
final QGlyphRun.GlyphRunFlags
flags()
final QList
<@QtPrimitiveType Integer> int
hashCode()
Returns the objects's hash code computed byqHash(QGlyphRun)
.final boolean
isEmpty()
final boolean
final boolean
overline()
final QRawFont
rawFont()
final void
setBoundingRect
(QRect boundingRect) Overloaded function forsetBoundingRect(io.qt.core.QRectF)
.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<@QtPrimitiveType Integer> glyphIndexes) final void
setOverline
(boolean overline) final void
setPositions
(Collection<? extends QPointF> positions) final void
setRawFont
(QRawFont rawFont) final void
setRightToLeft
(boolean on) final void
setSourceString
(String sourceString) final void
setStrikeOut
(boolean strikeOut) final void
setStringIndexes
(Collection<@QtPrimitiveType Long> stringIndexes) final void
setUnderline
(boolean underline) final String
final boolean
final QList
<@QtPrimitiveType Long> final void
final boolean
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGlyphRun
public QGlyphRun() -
QGlyphRun
-
-
Method Details
-
boundingRect
-
clear
-
flags
-
glyphIndexes
-
isEmpty
-
isRightToLeft
-
assign
-
equals
-
overline
-
positions
-
rawFont
-
setBoundingRect
-
setFlag
-
setFlags
-
setGlyphIndexes
-
setOverline
-
setPositions
-
setRawFont
-
setRightToLeft
-
setSourceString
-
setStrikeOut
-
setStringIndexes
-
setUnderline
-
sourceString
-
strikeOut
-
stringIndexes
-
swap
-
underline
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QGlyphRun)
. -
clone
Creates and returns a copy of this object.
-
setBoundingRect
Overloaded function for
setBoundingRect(io.qt.core.QRectF)
. -
setFlag
Overloaded function for
setFlag(io.qt.gui.QGlyphRun.GlyphRunFlag, boolean)
withenabled = true
. -
setFlags
Overloaded function for
setFlags(io.qt.gui.QGlyphRun.GlyphRunFlags)
.
-