QFontMetrics

Binding for C++ class QFontMetrics.

Constructors

this
this(const(QFont) )
Undocumented in source.
this
this(const(QFontMetrics) )
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Functions

ascent
int ascent()
Undocumented in source.
averageCharWidth
int averageCharWidth()
Undocumented in source.
boundingRect
QRect boundingRect(QChar )
Undocumented in source.
boundingRect
QRect boundingRect(const(QString) text)
Undocumented in source.
boundingRect
QRect boundingRect(const(QRect) r, int flags, const(QString) text, int tabstops, int* tabarray)
Undocumented in source.
boundingRect
QRect boundingRect(int x, int y, int w, int h, int flags, const(QString) text, int tabstops, int* tabarray)
Undocumented in source. Be warned that the author may not have intended to support it.
capHeight
int capHeight()
Undocumented in source.
descent
int descent()
Undocumented in source.
elidedText
QString elidedText(const(QString) text, qt.core.namespace.TextElideMode mode, int width, int flags)
Undocumented in source.
fontDpi
qreal fontDpi()
Undocumented in source.
height
int height()
Undocumented in source.
horizontalAdvance
int horizontalAdvance(const(QString) , int len)
Undocumented in source.
horizontalAdvance
int horizontalAdvance(QChar )
Undocumented in source.
inFont
bool inFont(QChar )
Undocumented in source.
inFontUcs4
bool inFontUcs4(uint ucs4)
Undocumented in source.
leading
int leading()
Undocumented in source.
leftBearing
int leftBearing(QChar )
Undocumented in source.
lineSpacing
int lineSpacing()
Undocumented in source.
lineWidth
int lineWidth()
Undocumented in source.
maxWidth
int maxWidth()
Undocumented in source.
minLeftBearing
int minLeftBearing()
Undocumented in source.
minRightBearing
int minRightBearing()
Undocumented in source.
overlinePos
int overlinePos()
Undocumented in source.
rightBearing
int rightBearing(QChar )
Undocumented in source.
size
QSize size(int flags, const(QString) str, int tabstops, int* tabarray)
Undocumented in source.
strikeOutPos
int strikeOutPos()
Undocumented in source.
tightBoundingRect
QRect tightBoundingRect(const(QString) text)
Undocumented in source.
underlinePos
int underlinePos()
Undocumented in source.
xHeight
int xHeight()
Undocumented in source.

Meta