![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 139 of file qfontengine_ft_p.h.
QFontEngineFT::QGlyphSet::QGlyphSet | ( | ) |
Definition at line 2953 of file qfontengine_ft.cpp.
QFontEngineFT::QGlyphSet::~QGlyphSet | ( | ) |
Definition at line 2964 of file qfontengine_ft.cpp.
void QFontEngineFT::QGlyphSet::clear | ( | ) |
Definition at line 2969 of file qfontengine_ft.cpp.
|
inline |
Definition at line 384 of file qfontengine_ft_p.h.
|
inline |
Definition at line 155 of file qfontengine_ft_p.h.
void QFontEngineFT::QGlyphSet::removeGlyphFromCache | ( | glyph_t | index, |
const QFixedPoint & | subPixelPosition ) |
Definition at line 2984 of file qfontengine_ft.cpp.
void QFontEngineFT::QGlyphSet::setGlyph | ( | glyph_t | index, |
const QFixedPoint & | spp, | ||
Glyph * | glyph ) |
Definition at line 2999 of file qfontengine_ft.cpp.
Definition at line 156 of file qfontengine_ft_p.h.
|
inline |
Definition at line 148 of file qfontengine_ft_p.h.
bool QFontEngineFT::QGlyphSet::outline_drawing |
Definition at line 144 of file qfontengine_ft_p.h.
FT_Matrix QFontEngineFT::QGlyphSet::transformationMatrix |
Definition at line 143 of file qfontengine_ft_p.h.