QGlyphRun

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(const(QGlyphRun) other)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

GlyphRunFlags
alias GlyphRunFlags = QFlags!(GlyphRunFlag)
Undocumented in source.

Enums

GlyphRunFlag
enum GlyphRunFlag
Undocumented in source.

Functions

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.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta