Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qglyphrun_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QGLYPHRUN_P_H
5#define QGLYPHRUN_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists for the convenience
12// of internal files. This header file may change from version to version
13// without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QtCore/qshareddata.h>
19#include <QtGui/private/qtguiglobal_p.h>
20#include "qglyphrun.h"
21#include "qrawfont.h"
22
23#include <qfont.h>
24
25#if !defined(QT_NO_RAWFONT)
26
28
83
85
86#endif // QT_NO_RAWFONT
87
88#endif // QGLYPHRUN_P_H
T * data() const noexcept
Returns a pointer to the shared data object.
QList< quint32 > glyphIndexes
Definition qglyphrun_p.h:60
QString sourceString
Definition qglyphrun_p.h:65
QGlyphRun::GlyphRunFlags flags
Definition qglyphrun_p.h:67
static QGlyphRunPrivate * get(const QGlyphRun &glyphRun)
Definition qglyphrun_p.h:78
const quint32 * glyphIndexData
Definition qglyphrun_p.h:69
QList< QPointF > glyphPositions
Definition qglyphrun_p.h:61
const QPointF * glyphPositionData
Definition qglyphrun_p.h:72
QList< qsizetype > stringIndexes
Definition qglyphrun_p.h:62
QGlyphRunPrivate(const QGlyphRunPrivate &other)
Definition qglyphrun_p.h:42
The QGlyphRun class provides direct access to the internal glyphs in a font.
Definition qglyphrun.h:20
\inmodule QtCore\reentrant
Definition qpoint.h:217
The QRawFont class provides access to a single physical instance of a font.
Definition qrawfont.h:24
\inmodule QtCore\reentrant
Definition qrect.h:484
\inmodule QtCore
Definition qshareddata.h:19
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
GLbitfield flags
unsigned int quint32
Definition qtypes.h:50
QSharedPointer< T > other(t)
[5]