- boundingRect
QRectF boundingRect()
Undocumented in source.
- clear
void clear()
Undocumented in source.
- flags
GlyphRunFlags flags()
Undocumented in source.
- glyphIndexes
QVector!(quint32) glyphIndexes()
Undocumented in source.
- isEmpty
bool isEmpty()
Undocumented in source.
- isRightToLeft
bool isRightToLeft()
Undocumented in source.
- overline
bool overline()
Undocumented in source.
- positions
QVector!(QPointF) positions()
Undocumented in source.
- rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
- rawFont
QRawFont rawFont()
Undocumented in source.
- setBoundingRect
void setBoundingRect(const(QRectF) boundingRect)
Undocumented in source.
- setFlags
void setFlags(GlyphRunFlags flags)
Undocumented in source.
- setGlyphIndexes
void setGlyphIndexes(const(QVector!(quint32)) glyphIndexes)
Undocumented in source.
- setOverline
void setOverline(bool overline)
Undocumented in source.
- setPositions
void setPositions(const(QVector!(QPointF)) positions)
Undocumented in source.
- setRawData
void setRawData(const(quint32)* glyphIndexArray, const(QPointF)* glyphPositionArray, int size)
Undocumented in source.
- setRawFont
void setRawFont(const(QRawFont) rawFont)
Undocumented in source.
- setRightToLeft
void setRightToLeft(bool on)
Undocumented in source.
- setStrikeOut
void setStrikeOut(bool strikeOut)
Undocumented in source.
- setUnderline
void setUnderline(bool underline)
Undocumented in source.
- strikeOut
bool strikeOut()
Undocumented in source.
- underline
bool underline()
Undocumented in source.