Qt 4.8
|
#include "qfont.h"
#include "qpaintdevice.h"
#include "qfontmetrics.h"
#include "qfont_p.h"
#include "qfontengine_p.h"
#include <private/qunicodetables_p.h>
#include <math.h>
#include "qx11info_x11.h"
Go to the source code of this file.
Functions | |
void | qt_format_text (const QFont &font, const QRectF &_r, int tf, const QString &text, QRectF *brect, int tabStops, int *tabArray, int tabArrayLen, QPainter *painter) |
const QX11Info * | qt_x11Info (const QPaintDevice *pd) |
void qt_format_text | ( | const QFont & | font, |
const QRectF & | _r, | ||
int | tf, | ||
const QString & | text, | ||
QRectF * | brect, | ||
int | tabStops, | ||
int * | tabArray, | ||
int | tabArrayLen, | ||
QPainter * | painter | ||
) |
Definition at line 8448 of file qpainter.cpp.
Referenced by QFontMetrics::boundingRect(), and QFontMetricsF::boundingRect().
|
related |
Referenced by QFontMetrics::QFontMetrics(), and QFontMetricsF::QFontMetricsF().