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
QFontDatabasePrivate::ApplicationFont::Properties Struct Reference

#include <qfontdatabase_p.h>

+ Collaboration diagram for QFontDatabasePrivate::ApplicationFont::Properties:

Public Attributes

QString familyName
 
QString styleName
 
int weight = 0
 
QFont::Style style = QFont::StyleNormal
 
int stretch = QFont::Unstretched
 

Detailed Description

Definition at line 221 of file qfontdatabase_p.h.

Member Data Documentation

◆ familyName

QString QFontDatabasePrivate::ApplicationFont::Properties::familyName

Definition at line 222 of file qfontdatabase_p.h.

◆ stretch

int QFontDatabasePrivate::ApplicationFont::Properties::stretch = QFont::Unstretched

Definition at line 226 of file qfontdatabase_p.h.

◆ style

QFont::Style QFontDatabasePrivate::ApplicationFont::Properties::style = QFont::StyleNormal

Definition at line 225 of file qfontdatabase_p.h.

◆ styleName

QString QFontDatabasePrivate::ApplicationFont::Properties::styleName

Definition at line 223 of file qfontdatabase_p.h.

◆ weight

int QFontDatabasePrivate::ApplicationFont::Properties::weight = 0

Definition at line 224 of file qfontdatabase_p.h.


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