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
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 245 of file qfontdatabase_p.h.

Member Data Documentation

◆ familyName

QString QFontDatabasePrivate::ApplicationFont::Properties::familyName

Definition at line 246 of file qfontdatabase_p.h.

◆ stretch

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

Definition at line 250 of file qfontdatabase_p.h.

◆ style

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

Definition at line 249 of file qfontdatabase_p.h.

◆ styleName

QString QFontDatabasePrivate::ApplicationFont::Properties::styleName

Definition at line 247 of file qfontdatabase_p.h.

◆ weight

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

Definition at line 248 of file qfontdatabase_p.h.


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