#include <qfontengine_ft_p.h>
|
| void | computeSize (const QFontDef &fontDef, int *xsize, int *ysize, bool *outline_drawing, QFixed *scalableBitmapScaleFactor) |
| QFontEngine::Properties | properties () const |
| bool | getSfntTable (uint tag, uchar *buffer, uint *length) const |
| void | release (const QFontEngine::FaceId &face_id) |
| void | lock () |
| void | unlock () |
| int | fsType () const |
| int | getPointInOutline (glyph_t glyph, int flags, quint32 point, QFixed *xpos, QFixed *ypos, quint32 *nPoints) |
| bool | isScalableBitmap () const |
| QList< QFontVariableAxis > | variableAxes () const |
Definition at line 51 of file qfontengine_ft_p.h.
◆ anonymous enum
◆ addBitmapToPath()
◆ addGlyphToPath()
| void QFreetypeFace::addGlyphToPath |
( |
FT_Face | face, |
|
|
FT_GlyphSlot | g, |
|
|
const QFixedPoint & | point, |
|
|
QPainterPath * | path, |
|
|
FT_Fixed | x_scale, |
|
|
FT_Fixed | y_scale ) |
|
static |
◆ computeSize()
| void QFreetypeFace::computeSize |
( |
const QFontDef & | fontDef, |
|
|
int * | xsize, |
|
|
int * | ysize, |
|
|
bool * | outline_drawing, |
|
|
QFixed * | scalableBitmapScaleFactor ) |
◆ fsType()
| int QFreetypeFace::fsType |
( |
| ) |
const |
◆ getFace()
◆ getFaceIndexByStyleName()
| int QFreetypeFace::getFaceIndexByStyleName |
( |
const QString & | faceFileName, |
|
|
const QString & | styleName ) |
|
static |
◆ getPointInOutline()
◆ getSfntTable()
| bool QFreetypeFace::getSfntTable |
( |
uint | tag, |
|
|
uchar * | buffer, |
|
|
uint * | length ) const |
◆ isScalableBitmap()
| bool QFreetypeFace::isScalableBitmap |
( |
| ) |
const |
◆ lock()
| void QFreetypeFace::lock |
( |
| ) |
|
|
inline |
◆ properties()
◆ release()
◆ unlock()
| void QFreetypeFace::unlock |
( |
| ) |
|
|
inline |
◆ variableAxes()
◆ QFontEngineFT
◆ QtFreetypeData
◆ cmapCache
◆ face
| FT_Face QFreetypeFace::face |
◆ matrix
| FT_Matrix QFreetypeFace::matrix |
◆ mm_var
| FT_MM_Var* QFreetypeFace::mm_var |
◆ symbol_map
| FT_CharMap QFreetypeFace::symbol_map |
◆ unicode_map
| FT_CharMap QFreetypeFace::unicode_map |
◆ xsize
◆ ysize
The documentation for this class was generated from the following files: