![]() |
Qt 6.x
The Qt SDK
|
#include <qfontengine_ft_p.h>
Public Member Functions | |
QGlyphSet () | |
~QGlyphSet () | |
void | removeGlyphFromCache (glyph_t index, const QFixedPoint &subPixelPosition) |
void | clear () |
bool | useFastGlyphData (glyph_t index, const QFixedPoint &subPixelPosition) const |
Glyph * | getGlyph (glyph_t index, const QFixedPoint &subPixelPositionX=QFixedPoint()) const |
void | setGlyph (glyph_t index, const QFixedPoint &spp, Glyph *glyph) |
bool | isGlyphMissing (glyph_t index) const |
void | setGlyphMissing (glyph_t index) const |
Public Attributes | |
FT_Matrix | transformationMatrix |
bool | outline_drawing |
Definition at line 122 of file qfontengine_ft_p.h.
QFontEngineFT::QGlyphSet::QGlyphSet | ( | ) |
Definition at line 2084 of file qfontengine_ft.cpp.
References transformationMatrix.
QFontEngineFT::QGlyphSet::~QGlyphSet | ( | ) |
Definition at line 2095 of file qfontengine_ft.cpp.
References clear().
void QFontEngineFT::QGlyphSet::clear | ( | ) |
Definition at line 2100 of file qfontengine_ft.cpp.
References i, and qDeleteAll().
|
inline |
Definition at line 337 of file qfontengine_ft_p.h.
References useFastGlyphData().
Referenced by QFontEngineFT::boundingBox(), QFontEngineFT::boundingBox(), QFontEngineFT::loadGlyphFor(), and QFontEngineFT::recalcAdvances().
|
inline |
Definition at line 138 of file qfontengine_ft_p.h.
void QFontEngineFT::QGlyphSet::removeGlyphFromCache | ( | glyph_t | index, |
const QFixedPoint & | subPixelPosition | ||
) |
Definition at line 2115 of file qfontengine_ft.cpp.
Referenced by QFontEngineFT::removeGlyphFromCache().
void QFontEngineFT::QGlyphSet::setGlyph | ( | glyph_t | index, |
const QFixedPoint & | spp, | ||
Glyph * | glyph | ||
) |
Definition at line 2130 of file qfontengine_ft.cpp.
Definition at line 139 of file qfontengine_ft_p.h.
|
inline |
Definition at line 131 of file qfontengine_ft_p.h.
References QFixedPoint::x, and QFixedPoint::y.
Referenced by getGlyph().
bool QFontEngineFT::QGlyphSet::outline_drawing |
Definition at line 127 of file qfontengine_ft_p.h.
Referenced by QFontEngineFT::init(), and QFontEngineFT::loadGlyphFor().
FT_Matrix QFontEngineFT::QGlyphSet::transformationMatrix |
Definition at line 126 of file qfontengine_ft_p.h.
Referenced by QGlyphSet(), and QFontEngineFT::loadGlyphFor().