Qt 4.8
Public Functions | Public Variables | List of all members
QtFreetypeData Class Reference

Public Functions

 QtFreetypeData ()
 

Public Variables

QHash< QFontEngine::FaceId, QFreetypeFace * > faces
 
FT_Library library
 

Detailed Description

Definition at line 132 of file qfontengine_ft.cpp.

Constructors and Destructors

◆ QtFreetypeData()

QtFreetypeData::QtFreetypeData ( )
inline

Definition at line 135 of file qfontengine_ft.cpp.

Referenced by qt_getFreetypeData().

136  : library(0)
137  { }
FT_Library library

Properties

◆ faces

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

Definition at line 140 of file qfontengine_ft.cpp.

Referenced by QFreetypeFace::getFace(), and QFreetypeFace::release().

◆ library

FT_Library QtFreetypeData::library

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