Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qfontsubset_p.h"
#include <qdebug.h>
#include <qendian.h>
#include <qpainterpath.h>
#include "private/qpdf_p.h"
#include "qfontsubset_agl.cpp"
#include <algorithm>
Go to the source code of this file.
Classes | |
class | QTtfStream |
struct | QTtfTable |
struct | qttf_head_table |
struct | qttf_hhea_table |
struct | qttf_maxp_table |
struct | qttf_name_table |
struct | qttf_font_tables |
struct | QTtfGlyph |
struct | QTtfNameRecord |
struct | TTF_POINT |
Macros | |
#define | TAG(x) |
#define | TO_TTF(x) |
Typedefs | |
typedef qint16 | F2DOT14 |
typedef quint32 | Tag |
typedef quint16 | GlyphID |
typedef quint16 | Offset |
Enumerations | |
enum | Flags { OffCurve = 0 , OnCurve = (1 << 0) , XShortVector = (1 << 1) , YShortVector = (1 << 2) , Repeat = (1 << 3) , XSame = (1 << 4) , XShortPositive = (1 << 4) , YSame = (1 << 5) , YShortPositive = (1 << 5) , OffCurve = 0 , OnCurve = (1 << 0) , XShortVector = (1 << 1) , YShortVector = (1 << 2) , Repeat = (1 << 3) , XSame = (1 << 4) , XShortPositive = (1 << 4) , YSame = (1 << 5) , YShortPositive = (1 << 5) } |
[1] More... | |
enum | Flags { OffCurve = 0 , OnCurve = (1 << 0) , XShortVector = (1 << 1) , YShortVector = (1 << 2) , Repeat = (1 << 3) , XSame = (1 << 4) , XShortPositive = (1 << 4) , YSame = (1 << 5) , YShortPositive = (1 << 5) , OffCurve = 0 , OnCurve = (1 << 0) , XShortVector = (1 << 1) , YShortVector = (1 << 2) , Repeat = (1 << 3) , XSame = (1 << 4) , XShortPositive = (1 << 4) , YSame = (1 << 5) , YShortPositive = (1 << 5) } |
Variables | |
static const unsigned short | symbol_map [0x100] |
#define TAG | ( | x | ) |
#define TO_TTF | ( | x | ) |
Definition at line 265 of file qfontsubset.cpp.
Definition at line 267 of file qfontsubset.cpp.
Definition at line 268 of file qfontsubset.cpp.
Definition at line 266 of file qfontsubset.cpp.
[1]
[meta-object flags] [meta-object flags] [2]
Enumerator | |
---|---|
OffCurve | |
OnCurve | |
XShortVector | |
YShortVector | |
Repeat | |
XSame | |
XShortPositive | |
YSame | |
YShortPositive | |
OffCurve | |
OnCurve | |
XShortVector | |
YShortVector | |
Repeat | |
XSame | |
XShortPositive | |
YSame | |
YShortPositive |
Definition at line 650 of file qfontsubset.cpp.
enum Flags |
Enumerator | |
---|---|
OffCurve | |
OnCurve | |
XShortVector | |
YShortVector | |
Repeat | |
XSame | |
XShortPositive | |
YSame | |
YShortPositive | |
OffCurve | |
OnCurve | |
XShortVector | |
YShortVector | |
Repeat | |
XSame | |
XShortPositive | |
YSame | |
YShortPositive |
Definition at line 650 of file qfontsubset.cpp.
|
static |
Definition at line 1023 of file qfontsubset.cpp.
|
static |
Definition at line 138 of file qfontsubset.cpp.
|
static |
Definition at line 379 of file qfontsubset.cpp.
|
static |
Definition at line 668 of file qfontsubset.cpp.
Definition at line 805 of file qfontsubset.cpp.
References XSame, XShortPositive, XShortVector, YSame, YShortPositive, and YShortVector.
|
static |
Definition at line 906 of file qfontsubset.cpp.
|
static |
Definition at line 944 of file qfontsubset.cpp.
References QTtfStream::offset().
|
static |
Definition at line 400 of file qfontsubset.cpp.
References QTtfStream::offset().
|
static |
Definition at line 471 of file qfontsubset.cpp.
References QTtfStream::offset().
|
static |
Definition at line 522 of file qfontsubset.cpp.
References QTtfStream::offset().
|
static |
Definition at line 601 of file qfontsubset.cpp.
|
static |
Definition at line 574 of file qfontsubset.cpp.
Referenced by QFontSubset::toTruetype().
|
static |
Definition at line 790 of file qfontsubset.cpp.
|
static |
Definition at line 858 of file qfontsubset.cpp.
References QTtfStream::offset(), XSame, XShortVector, YSame, and YShortVector.
Definition at line 939 of file qfontsubset.cpp.
Definition at line 1018 of file qfontsubset.cpp.
References QTtfTable::tag.
Q_DECLARE_TYPEINFO | ( | qttf_head_table | , |
Q_PRIMITIVE_TYPE | ) |
Q_DECLARE_TYPEINFO | ( | qttf_hhea_table | , |
Q_PRIMITIVE_TYPE | ) |
Q_DECLARE_TYPEINFO | ( | qttf_maxp_table | , |
Q_PRIMITIVE_TYPE | ) |
Q_DECLARE_TYPEINFO | ( | qttf_name_table | , |
Q_RELOCATABLE_TYPE | ) |
Q_DECLARE_TYPEINFO | ( | QTtfGlyph | , |
Q_RELOCATABLE_TYPE | ) |
Q_DECLARE_TYPEINFO | ( | QTtfNameRecord | , |
Q_RELOCATABLE_TYPE | ) |
Q_DECLARE_TYPEINFO | ( | QTtfTable | , |
Q_RELOCATABLE_TYPE | ) |
Q_DECLARE_TYPEINFO | ( | TTF_POINT | , |
Q_PRIMITIVE_TYPE | ) |
|
static |
Definition at line 21 of file qfontsubset.cpp.
Referenced by QFontSubset::glyphName().