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 Struct Reference

#include <qfontdatabase_p.h>

+ Collaboration diagram for QFontDatabasePrivate::ApplicationFont:

Classes

struct  Properties
 

Public Member Functions

bool isNull () const
 
bool isPopulated () const
 

Public Attributes

QString fileName
 
QByteArray data
 
QList< Propertiesproperties
 

Detailed Description

Definition at line 210 of file qfontdatabase_p.h.

Member Function Documentation

◆ isNull()

bool QFontDatabasePrivate::ApplicationFont::isNull ( ) const
inline

Definition at line 218 of file qfontdatabase_p.h.

References fileName.

◆ isPopulated()

bool QFontDatabasePrivate::ApplicationFont::isPopulated ( ) const
inline

Definition at line 219 of file qfontdatabase_p.h.

References properties.

Member Data Documentation

◆ data

QByteArray QFontDatabasePrivate::ApplicationFont::data

Definition at line 216 of file qfontdatabase_p.h.

◆ fileName

QString QFontDatabasePrivate::ApplicationFont::fileName

Definition at line 211 of file qfontdatabase_p.h.

◆ properties

QList<Properties> QFontDatabasePrivate::ApplicationFont::properties

Definition at line 229 of file qfontdatabase_p.h.


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