Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 194 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.

References faceId, familyName, QFontEngine::FaceId::filename, font, QRawFontPrivate::get(), QByteArray::isEmpty(), renderTypeQuality, QFont::style(), style, QFont::styleName(), styleName, and QFont::weight().

+ Here is the call graph for this function:

Member Data Documentation

◆ faceId

QFontEngine::FaceId QSGRenderContext::FontKey::faceId

Definition at line 197 of file qsgcontext_p.h.

Referenced by FontKey().

◆ familyName

QString QSGRenderContext::FontKey::familyName

Definition at line 201 of file qsgcontext_p.h.

Referenced by FontKey().

◆ renderTypeQuality

int QSGRenderContext::FontKey::renderTypeQuality

Definition at line 200 of file qsgcontext_p.h.

Referenced by FontKey().

◆ style

QFont::Style QSGRenderContext::FontKey::style

Definition at line 198 of file qsgcontext_p.h.

Referenced by FontKey().

◆ styleName

QString QSGRenderContext::FontKey::styleName

Definition at line 202 of file qsgcontext_p.h.

Referenced by FontKey().

◆ weight

int QSGRenderContext::FontKey::weight

Definition at line 199 of file qsgcontext_p.h.


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