Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qfontmetrics.cpp File Reference

(9a6036dea2cfe0cec555a503445aed93fed3d985)

#include "qfont.h"
#include "qpaintdevice.h"
#include "qfontmetrics.h"
#include "qfont_p.h"
#include "qfontengine_p.h"
Include dependency graph for qfontmetrics.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE 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)
static constexpr QLatin1Char s_variableLengthStringSeparator ('\x9c')

Function Documentation

◆ qt_format_text()

QT_BEGIN_NAMESPACE 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 )
extern

Definition at line 7430 of file qpainter.cpp.

◆ s_variableLengthStringSeparator()

constexpr QLatin1Char s_variableLengthStringSeparator ( '\x9c' )
staticconstexpr