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
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQGlyphRun::GlyphRunFlagstatic final classQFlagstype for enumQGlyphRun.GlyphRunFlag -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal QRectFfinal voidclear()clone()Creates and returns a copy of this object.final booleanbooleanfinal QGlyphRun.GlyphRunFlagsflags()final QList<@QtPrimitiveType Integer>inthashCode()Returns the objects's hash code computed byqHash(QGlyphRun).final booleanisEmpty()final booleanfinal booleanoverline()final QRawFontrawFont()final voidsetBoundingRect(QRect boundingRect) Overloaded function forsetBoundingRect(io.qt.core.QRectF).final voidsetBoundingRect(QRectF boundingRect) final voidOverloaded function forsetFlag(io.qt.gui.QGlyphRun.GlyphRunFlag, boolean)withenabled = true.final voidsetFlag(QGlyphRun.GlyphRunFlag flag, boolean enabled) final voidsetFlags(QGlyphRun.GlyphRunFlag ... flags) Overloaded function forsetFlags(io.qt.gui.QGlyphRun.GlyphRunFlags).final voidsetFlags(QGlyphRun.GlyphRunFlags flags) final voidsetGlyphIndexes(Collection<@QtPrimitiveType Integer> glyphIndexes) final voidsetOverline(boolean overline) final voidsetPositions(Collection<? extends QPointF> positions) final voidsetRawFont(QRawFont rawFont) final voidsetRightToLeft(boolean on) final voidsetSourceString(String sourceString) final voidsetStrikeOut(boolean strikeOut) final voidsetStringIndexes(Collection<@QtPrimitiveType Long> stringIndexes) final voidsetUnderline(boolean underline) final Stringfinal booleanfinal QList<@QtPrimitiveType Long>final voidfinal booleanMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGlyphRun
public QGlyphRun() -
QGlyphRun
- Parameters:
other-
-
-
Method Details
-
boundingRect
- Returns:
-
clear
-
flags
- Returns:
-
glyphIndexes
- Returns:
-
isEmpty
- Returns:
-
isRightToLeft
- Returns:
-
assign
- Parameters:
other-
-
equals
- Parameters:
other-- Returns:
-
overline
- Returns:
-
positions
- Returns:
-
rawFont
- Returns:
-
setBoundingRect
- Parameters:
boundingRect-
-
setFlag
- Parameters:
flag-enabled-
-
setFlags
- Parameters:
flags-
-
setGlyphIndexes
- Parameters:
glyphIndexes-
-
setOverline
- Parameters:
overline-
-
setPositions
- Parameters:
positions-
-
setRawFont
- Parameters:
rawFont-
-
setRightToLeft
- Parameters:
on-
-
setSourceString
- Parameters:
sourceString-- Since:
- This function was introduced in Qt 6.5.
-
setStrikeOut
- Parameters:
strikeOut-
-
setStringIndexes
- Parameters:
stringIndexes-- Since:
- This function was introduced in Qt 6.5.
-
setUnderline
- Parameters:
underline-
-
sourceString
- Returns:
- Since:
- This function was introduced in Qt 6.5.
-
strikeOut
- Returns:
-
stringIndexes
- Returns:
- Since:
- This function was introduced in Qt 6.5.
-
swap
- Parameters:
other-
-
underline
- Returns:
-
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).
-