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
- Since:
- This class was introduced in Qt 4.8.
-
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 QVector<@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 voidsetStrikeOut(boolean strikeOut) final voidsetUnderline(boolean underline) final booleanfinal voidfinal booleanMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGlyphRun
public QGlyphRun() -
QGlyphRun
- Parameters:
other-
-
-
Method Details
-
boundingRect
- Returns:
- Since:
- This function was introduced in Qt 5.0.
-
clear
-
flags
- Returns:
- Since:
- This function was introduced in Qt 5.0.
-
glyphIndexes
- Returns:
-
isEmpty
- Returns:
- Since:
- This function was introduced in Qt 5.0.
-
isRightToLeft
- Returns:
- Since:
- This function was introduced in Qt 5.0.
-
assign
- Parameters:
other-
-
equals
- Parameters:
other-- Returns:
-
overline
- Returns:
-
positions
- Returns:
-
rawFont
- Returns:
-
setBoundingRect
- Parameters:
boundingRect-- Since:
- This function was introduced in Qt 5.0.
-
setFlag
- Parameters:
flag-enabled-- Since:
- This function was introduced in Qt 5.0.
-
setFlags
- Parameters:
flags-- Since:
- This function was introduced in Qt 5.0.
-
setGlyphIndexes
- Parameters:
glyphIndexes-
-
setOverline
- Parameters:
overline-
-
setPositions
- Parameters:
positions-
-
setRawFont
- Parameters:
rawFont-
-
setRightToLeft
- Parameters:
on-- Since:
- This function was introduced in Qt 5.0.
-
setStrikeOut
- Parameters:
strikeOut-
-
setUnderline
- Parameters:
underline-
-
strikeOut
- Returns:
-
swap
- Parameters:
other-- Since:
- This function was introduced in Qt 5.0.
-
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).
-