Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtFreetypeData Class Reference
Collaboration diagram for QtFreetypeData:

Classes

struct  FaceStyle

Public Member Functions

 QtFreetypeData ()
 ~QtFreetypeData ()
 QtFreetypeData ()
 ~QtFreetypeData ()

Public Attributes

FT_Library library
QHash< QFontEngine::FaceId, QFreetypeFace * > faces
QList< QFreetypeFace * > staleFaces
QHash< FaceStyle, int > faceIndices

Detailed Description

Definition at line 94 of file qfontengine_ft.cpp.

Constructor & Destructor Documentation

◆ QtFreetypeData() [1/2]

QtFreetypeData::QtFreetypeData ( )
inline

Definition at line 97 of file qfontengine_ft.cpp.

References QtFreetypeData().

Referenced by QtFreetypeData().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~QtFreetypeData() [1/2]

QtFreetypeData::~QtFreetypeData ( )

Definition at line 118 of file qfontengine_ft.cpp.

◆ QtFreetypeData() [2/2]

QtFreetypeData::QtFreetypeData ( )
inline

Definition at line 97 of file qfontengine_ft.cpp.

◆ ~QtFreetypeData() [2/2]

QtFreetypeData::~QtFreetypeData ( )

Member Data Documentation

◆ faceIndices

QHash< FaceStyle, int > QtFreetypeData::faceIndices

Definition at line 115 of file qfontengine_ft.cpp.

◆ faces

QHash< QFontEngine::FaceId, QFreetypeFace * > QtFreetypeData::faces

Definition at line 113 of file qfontengine_ft.cpp.

◆ library

FT_Library QtFreetypeData::library

Definition at line 112 of file qfontengine_ft.cpp.

◆ staleFaces

QList< QFreetypeFace * > QtFreetypeData::staleFaces

Definition at line 114 of file qfontengine_ft.cpp.


The documentation for this class was generated from the following file: