Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtFreetypeData Class Reference
+ 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
 

Detailed Description

Definition at line 93 of file qfontengine_ft.cpp.

Constructor & Destructor Documentation

◆ QtFreetypeData()

QtFreetypeData::QtFreetypeData ( )
inline

Definition at line 96 of file qfontengine_ft.cpp.

◆ ~QtFreetypeData()

QtFreetypeData::~QtFreetypeData ( )

Definition at line 116 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:

Member Data Documentation

◆ faceIndices

QHash<FaceStyle, int> QtFreetypeData::faceIndices

Definition at line 113 of file qfontengine_ft.cpp.

◆ faces

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

Definition at line 112 of file qfontengine_ft.cpp.

Referenced by ~QtFreetypeData().

◆ library

FT_Library QtFreetypeData::library

Definition at line 111 of file qfontengine_ft.cpp.

Referenced by ~QtFreetypeData().


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