Qt 4.8
|
#include <qfontsubset_p.h>
Public Functions | |
int | addGlyph (int index) |
QByteArray | createToUnicodeMap () const |
QVector< int > | getReverseMap () const |
QByteArray | glyphName (unsigned int glyph, const QVector< int > reverseMap) const |
int | nGlyphs () const |
QFontSubset (QFontEngine *fe, int obj_id=0) | |
QByteArray | toTruetype () const |
QByteArray | toType1 () const |
QByteArray | type1AddedGlyphs () const |
QByteArray | widthArray () const |
~QFontSubset () | |
Static Public Functions | |
static QByteArray | glyphName (unsigned short unicode, bool symbol) |
Public Variables | |
int | downloaded_glyphs |
QFixed | emSquare |
QFontEngine * | fontEngine |
QList< int > | glyph_indices |
bool | noEmbed |
const int | object_id |
bool | standard_font |
QVector< QFixed > | widths |
Definition at line 62 of file qfontsubset_p.h.
|
inline |
Definition at line 65 of file qfontsubset_p.h.
|
inline |
Definition at line 68 of file qfontsubset_p.h.
int QFontSubset::addGlyph | ( | int | index | ) |
Definition at line 531 of file qfontsubset.cpp.
Referenced by QPdfBaseEnginePrivate::drawTextItem(), QFontSubset(), and ~QFontSubset().
QByteArray QFontSubset::createToUnicodeMap | ( | ) | const |
Definition at line 439 of file qfontsubset.cpp.
Referenced by QPdfEnginePrivate::embedFont(), and ~QFontSubset().
QVector< int > QFontSubset::getReverseMap | ( | ) | const |
Definition at line 421 of file qfontsubset.cpp.
Referenced by createToUnicodeMap(), toType1(), type1AddedGlyphs(), and ~QFontSubset().
QByteArray QFontSubset::glyphName | ( | unsigned int | glyph, |
const QVector< int > | reverseMap | ||
) | const |
Definition at line 312 of file qfontsubset.cpp.
Referenced by type1AddedGlyphs(), and ~QFontSubset().
|
static |
Definition at line 267 of file qfontsubset.cpp.
|
inline |
Definition at line 90 of file qfontsubset_p.h.
Referenced by createToUnicodeMap(), generateGlyphTables(), toTruetype(), type1AddedGlyphs(), and widthArray().
QByteArray QFontSubset::toTruetype | ( | ) | const |
Definition at line 1385 of file qfontsubset.cpp.
Referenced by QPdfEnginePrivate::embedFont(), and ~QFontSubset().
QByteArray QFontSubset::toType1 | ( | ) | const |
Definition at line 1648 of file qfontsubset.cpp.
Referenced by ~QFontSubset().
QByteArray QFontSubset::type1AddedGlyphs | ( | ) | const |
Definition at line 1712 of file qfontsubset.cpp.
Referenced by toType1(), and ~QFontSubset().
QByteArray QFontSubset::widthArray | ( | ) | const |
Definition at line 354 of file qfontsubset.cpp.
Referenced by QPdfEnginePrivate::embedFont(), and ~QFontSubset().
|
mutable |
Definition at line 88 of file qfontsubset_p.h.
Referenced by toType1(), and type1AddedGlyphs().
|
mutable |
Definition at line 91 of file qfontsubset_p.h.
Referenced by toTruetype(), and widthArray().
QFontEngine* QFontSubset::fontEngine |
Definition at line 86 of file qfontsubset_p.h.
Referenced by QPdfEnginePrivate::embedFont(), getReverseMap(), glyphName(), QFontSubset(), toTruetype(), toType1(), type1AddedGlyphs(), widthArray(), and ~QFontSubset().
QList<int> QFontSubset::glyph_indices |
Definition at line 87 of file qfontsubset_p.h.
Referenced by addGlyph(), getReverseMap(), glyphName(), toTruetype(), toType1(), and type1AddedGlyphs().
bool QFontSubset::noEmbed |
Definition at line 85 of file qfontsubset_p.h.
Referenced by QPdfBaseEnginePrivate::drawTextItem(), and toTruetype().
const int QFontSubset::object_id |
Definition at line 84 of file qfontsubset_p.h.
Referenced by QPdfBaseEnginePrivate::drawTextItem(), QPdfEnginePrivate::embedFont(), toType1(), and type1AddedGlyphs().
|
mutable |
Definition at line 89 of file qfontsubset_p.h.
Referenced by toType1(), and type1AddedGlyphs().
Definition at line 92 of file qfontsubset_p.h.
Referenced by toTruetype(), and widthArray().