NAME
Qt::Gui::QFontMetricsF
PUBLIC METHODS
- QFontMetricsF(const QFont & arg0)
- QFontMetricsF(const QFontMetrics & arg0)
- QFontMetricsF(const QFontMetricsF & arg0)
- QFontMetricsF(const QFont & arg0, QPaintDevice * pd)
- ~QFontMetricsF()
- qreal ascent()
- qreal averageCharWidth()
- QRectF boundingRect(const QString & string)
- QRectF boundingRect(QChar arg0)
- QRectF boundingRect(const QRectF & r, int flags, const QString & string, int tabstops, int * tabarray)
- QRectF boundingRect(const QRectF & r, int flags, const QString & string, int tabstops, int * tabarray = 0)
- QRectF boundingRect(const QRectF & r, int flags, const QString & string, int tabstops = 0, int * tabarray = 0)
- qreal descent()
- QString elidedText(const QString & text, Qt::TextElideMode mode, qreal width, int flags)
- QString elidedText(const QString & text, Qt::TextElideMode mode, qreal width, int flags = 0)
- qreal height()
- bool inFont(QChar arg0)
- qreal leading()
- qreal leftBearing(QChar arg0)
- qreal lineSpacing()
- qreal lineWidth()
- qreal maxWidth()
- qreal minLeftBearing()
- qreal minRightBearing()
- bool operator!=(const QFontMetricsF & other)
- bool operator!=(const QFontMetricsF & other)
- QFontMetricsF & operator=(const QFontMetricsF & arg0)
- QFontMetricsF & operator=(const QFontMetrics & arg0)
- bool operator==(const QFontMetricsF & other)
- bool operator==(const QFontMetricsF & other)
- qreal overlinePos()
- qreal rightBearing(QChar arg0)
- QSizeF size(int flags, const QString & str, int tabstops, int * tabarray)
- QSizeF size(int flags, const QString & str, int tabstops, int * tabarray = 0)
- QSizeF size(int flags, const QString & str, int tabstops = 0, int * tabarray = 0)
- qreal strikeOutPos()
- QRectF tightBoundingRect(const QString & text)
- qreal underlinePos()
- qreal width(const QString & string)
- qreal width(QChar arg0)
- qreal xHeight()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.