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
QWindowsFontEngineData Class Reference

Static constant data shared by the font engines. More...

#include <qwindowsfontdatabasebase_p.h>

Collaboration diagram for QWindowsFontEngineData:

Public Member Functions

 QWindowsFontEngineData ()
 ~QWindowsFontEngineData ()

Public Attributes

uint pow_gamma [256]
bool clearTypeEnabled = false
qreal fontSmoothingGamma
HDC hdc = 0

Detailed Description

Static constant data shared by the font engines.

Definition at line 36 of file qwindowsfontdatabasebase_p.h.

Constructor & Destructor Documentation

◆ QWindowsFontEngineData()

QWindowsFontEngineData::QWindowsFontEngineData ( )

Definition at line 70 of file qwindowsfontdatabase.cpp.

◆ ~QWindowsFontEngineData()

QWindowsFontEngineData::~QWindowsFontEngineData ( )

Definition at line 553 of file qwindowsfontdatabasebase.cpp.

Member Data Documentation

◆ clearTypeEnabled

bool QWindowsFontEngineData::clearTypeEnabled = false

Definition at line 45 of file qwindowsfontdatabasebase_p.h.

◆ fontSmoothingGamma

qreal QWindowsFontEngineData::fontSmoothingGamma

Definition at line 46 of file qwindowsfontdatabasebase_p.h.

◆ hdc

HDC QWindowsFontEngineData::hdc = 0

Definition at line 47 of file qwindowsfontdatabasebase_p.h.

◆ pow_gamma

uint QWindowsFontEngineData::pow_gamma[256]

Definition at line 43 of file qwindowsfontdatabasebase_p.h.


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