![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgcontext_p.h>
Public Member Functions | |
FontKey (const QRawFont &font, int renderTypeQuality) |
Public Attributes | |
QFontEngine::FaceId | faceId |
QFont::Style | style |
int | weight |
int | renderTypeQuality |
QString | familyName |
QString | styleName |
Definition at line 197 of file qsgcontext_p.h.
QSGRenderContext::FontKey::FontKey | ( | const QRawFont & | font, |
int | renderTypeQuality ) |
Definition at line 295 of file qsgcontext.cpp.
QFontEngine::FaceId QSGRenderContext::FontKey::faceId |
Definition at line 200 of file qsgcontext_p.h.
QString QSGRenderContext::FontKey::familyName |
Definition at line 204 of file qsgcontext_p.h.
int QSGRenderContext::FontKey::renderTypeQuality |
Definition at line 203 of file qsgcontext_p.h.
QFont::Style QSGRenderContext::FontKey::style |
Definition at line 201 of file qsgcontext_p.h.
QString QSGRenderContext::FontKey::styleName |
Definition at line 205 of file qsgcontext_p.h.
int QSGRenderContext::FontKey::weight |
Definition at line 202 of file qsgcontext_p.h.