(fe3129ed4119754a10820407330e7d5f9d04adb0)
#include "qpicture.h"
#include <private/qpicture_p.h>
#include <private/qfactoryloader_p.h>
#include <private/qpaintengine_pic_p.h>
#include <private/qfont_p.h>
#include <qguiapplication.h>
#include "qdatastream.h"
#include "qfile.h"
#include "qimage.h"
#include "qmutex.h"
#include "qpainter.h"
#include "qpainterpath.h"
#include "qpixmap.h"
#include "qregion.h"
#include "qdebug.h"
#include <QtCore/private/qlocking_p.h>
#include <algorithm>
Go to the source code of this file.
|
QT_BEGIN_NAMESPACE void | qt_format_text (const QFont &fnt, const QRectF &_r, int tf, int alignment, const QTextOption *opt, const QString &str, QRectF *brect, int tabstops, int *tabarray, int tabarraylen, QPainter *painter) |
◆ qt_format_text()
void qt_format_text |
( |
const QFont & | fnt, |
|
|
const QRectF & | _r, |
|
|
int | tf, |
|
|
int | alignment, |
|
|
const QTextOption * | opt, |
|
|
const QString & | str, |
|
|
QRectF * | brect, |
|
|
int | tabstops, |
|
|
int * | tabarray, |
|
|
int | tabarraylen, |
|
|
QPainter * | painter ) |
◆ mfhdr_maj
const quint16 mfhdr_maj = QDataStream::Qt_DefaultCompiledVersion |
|
static |
◆ mfhdr_min
◆ qt_mfhdr_tag
const char * qt_mfhdr_tag = "QPIC" |