![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwindowsfontdatabase_p.h>
Public Member Functions | |
FontHandle (const QString &name) | |
FontHandle (IDWriteFontFace *face, const QString &name) | |
~FontHandle () |
Public Attributes | |
IDWriteFontFace * | fontFace = nullptr |
QString | faceName |
Definition at line 79 of file qwindowsfontdatabase_p.h.
|
inline |
Definition at line 80 of file qwindowsfontdatabase_p.h.
QWindowsFontDatabase::FontHandle::FontHandle | ( | IDWriteFontFace * | face, |
const QString & | name ) |
Definition at line 1116 of file qwindowsfontdatabase.cpp.
QWindowsFontDatabase::FontHandle::~FontHandle | ( | ) |
Definition at line 1123 of file qwindowsfontdatabase.cpp.
QString QWindowsFontDatabase::FontHandle::faceName |
Definition at line 85 of file qwindowsfontdatabase_p.h.
IDWriteFontFace* QWindowsFontDatabase::FontHandle::fontFace = nullptr |
Definition at line 84 of file qwindowsfontdatabase_p.h.