QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
QFontDef Struct Reference

#include <qfont_p.h>

Collaboration diagram for QFontDef:
Collaboration graph
[legend]

Public Member Functions

 QFontDef ()
 
bool exactMatch (const QFontDef &other) const
 
bool operator== (const QFontDef &other) const
 
bool operator< (const QFontDef &other) const
 

Public Attributes

QStringList families
 
QString styleName
 
QStringList fallBackFamilies
 
qreal pointSize
 
qreal pixelSize
 
uint styleStrategy: 16
 
uint stretch: 12
 
uint style: 2
 
uint hintingPreference: 2
 
uint styleHint: 8
 
uint weight: 10
 
uint fixedPitch: 1
 
uint ignorePitch: 1
 
uint fixedPitchComputed: 1
 
uint reserved: 11
 

Detailed Description

Definition at line 72 of file qfont_p.h.

Constructor & Destructor Documentation

◆ QFontDef()

QFontDef::QFontDef ( )
inline

Definition at line 74 of file qfont_p.h.

Member Function Documentation

◆ exactMatch()

bool QFontDef::exactMatch ( const QFontDef other) const

Definition at line 83 of file qfont.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator<()

bool QFontDef::operator< ( const QFontDef other) const
inline

Definition at line 126 of file qfont_p.h.

Here is the call graph for this function:

◆ operator==()

bool QFontDef::operator== ( const QFontDef other) const
inline

Definition at line 112 of file qfont_p.h.

Here is the call graph for this function:

Member Data Documentation

◆ fallBackFamilies

QStringList QFontDef::fallBackFamilies

Definition at line 93 of file qfont_p.h.

◆ families

QStringList QFontDef::families

Definition at line 90 of file qfont_p.h.

◆ fixedPitch

uint QFontDef::fixedPitch

Definition at line 106 of file qfont_p.h.

◆ fixedPitchComputed

uint QFontDef::fixedPitchComputed

Definition at line 108 of file qfont_p.h.

◆ hintingPreference

uint QFontDef::hintingPreference

Definition at line 102 of file qfont_p.h.

◆ ignorePitch

uint QFontDef::ignorePitch

Definition at line 107 of file qfont_p.h.

◆ pixelSize

qreal QFontDef::pixelSize

Definition at line 96 of file qfont_p.h.

◆ pointSize

qreal QFontDef::pointSize

Definition at line 95 of file qfont_p.h.

◆ reserved

uint QFontDef::reserved

Definition at line 109 of file qfont_p.h.

◆ stretch

uint QFontDef::stretch

Definition at line 100 of file qfont_p.h.

◆ style

uint QFontDef::style

Definition at line 101 of file qfont_p.h.

◆ styleHint

uint QFontDef::styleHint

Definition at line 104 of file qfont_p.h.

◆ styleName

QString QFontDef::styleName

Definition at line 91 of file qfont_p.h.

◆ styleStrategy

uint QFontDef::styleStrategy

Definition at line 99 of file qfont_p.h.

◆ weight

uint QFontDef::weight

Definition at line 105 of file qfont_p.h.


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