java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QGlyphRun
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QGlyphRun extends QtObject implements Cloneable
Direct access to the internal glyphs in a font
Java wrapper for Qt class QGlyphRun
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QGlyphRun.GlyphRunFlag
Java wrapper for Qt enum QGlyphRun::GlyphRunFlagstatic class
QGlyphRun.GlyphRunFlags
QFlags type for enumQGlyphRun.GlyphRunFlag
-
Constructor Summary
Constructors Modifier Constructor Description QGlyphRun()
QGlyphRun(QGlyphRun other)
protected
QGlyphRun(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QRectF
boundingRect()
void
clear()
QGlyphRun
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.QGlyphRun.GlyphRunFlags
flags()
QVector<Integer>
glyphIndexes()
int
hashCode()
boolean
isEmpty()
boolean
isRightToLeft()
boolean
overline()
QVector<QPointF>
positions()
QRawFont
rawFont()
void
setBoundingRect(QRectF boundingRect)
void
setFlag(QGlyphRun.GlyphRunFlag flag)
Overloaded function forsetFlag(io.qt.gui.QGlyphRun.GlyphRunFlag, boolean)
withenabled = true
.void
setFlag(QGlyphRun.GlyphRunFlag flag, boolean enabled)
void
setFlags(QGlyphRun.GlyphRunFlag... flags)
Overloaded function forsetFlags(io.qt.gui.QGlyphRun.GlyphRunFlags)
.void
setFlags(QGlyphRun.GlyphRunFlags flags)
void
setGlyphIndexes(Collection<Integer> glyphIndexes)
void
setOverline(boolean overline)
void
setPositions(Collection<QPointF> positions)
void
setRawFont(QRawFont rawFont)
void
setRightToLeft(boolean on)
void
setStrikeOut(boolean strikeOut)
void
setUnderline(boolean underline)
boolean
strikeOut()
void
swap(QGlyphRun other)
boolean
underline()
-
Constructor Details
-
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
-