![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QtFreetypeData:Classes | |
| struct | FaceStyle |
Public Member Functions | |
| QtFreetypeData () | |
| ~QtFreetypeData () | |
Public Attributes | |
| FT_Library | library |
| QHash< QFontEngine::FaceId, QFreetypeFace * > | faces |
| QHash< FaceStyle, int > | faceIndices |
Definition at line 89 of file qfontengine_ft.cpp.
|
inline |
Definition at line 92 of file qfontengine_ft.cpp.
| QtFreetypeData::~QtFreetypeData | ( | ) |
Definition at line 112 of file qfontengine_ft.cpp.
References QHash< Key, T >::cbegin(), QHash< Key, T >::cend(), QHash< Key, T >::clear(), faces, iter, and library.
Here is the call graph for this function:Definition at line 109 of file qfontengine_ft.cpp.
Referenced by QFreetypeFace::getFaceIndexByStyleName().
| QHash<QFontEngine::FaceId, QFreetypeFace *> QtFreetypeData::faces |
Definition at line 108 of file qfontengine_ft.cpp.
Referenced by ~QtFreetypeData(), QFreetypeFace::getFace(), and QFreetypeFace::release().
| FT_Library QtFreetypeData::library |
Definition at line 107 of file qfontengine_ft.cpp.
Referenced by ~QtFreetypeData(), QFreetypeFace::getFace(), qt_getFreetype(), qt_getFreetypeData(), and QFreetypeFace::release().