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
QSGRenderContext::FontKey Struct Reference

#include <qsgcontext_p.h>

Collaboration diagram for QSGRenderContext::FontKey:

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

Detailed Description

Definition at line 197 of file qsgcontext_p.h.

Constructor & Destructor Documentation

◆ FontKey()

QSGRenderContext::FontKey::FontKey ( const QRawFont & font,
int renderTypeQuality )

Definition at line 295 of file qsgcontext.cpp.

Member Data Documentation

◆ faceId

QFontEngine::FaceId QSGRenderContext::FontKey::faceId

Definition at line 200 of file qsgcontext_p.h.

◆ familyName

QString QSGRenderContext::FontKey::familyName

Definition at line 204 of file qsgcontext_p.h.

◆ renderTypeQuality

int QSGRenderContext::FontKey::renderTypeQuality

Definition at line 203 of file qsgcontext_p.h.

◆ style

QFont::Style QSGRenderContext::FontKey::style

Definition at line 201 of file qsgcontext_p.h.

◆ styleName

QString QSGRenderContext::FontKey::styleName

Definition at line 205 of file qsgcontext_p.h.

◆ weight

int QSGRenderContext::FontKey::weight

Definition at line 202 of file qsgcontext_p.h.


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