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

#include <qfontengine_p.h>

+ Collaboration diagram for QFontEngine::Properties:

Public Attributes

QByteArray postscriptName
 
QByteArray copyright
 
QRectF boundingBox
 
QFixed emSquare
 
QFixed ascent
 
QFixed descent
 
QFixed leading
 
QFixed italicAngle
 
QFixed capHeight
 
QFixed lineWidth
 

Detailed Description

Definition at line 106 of file qfontengine_p.h.

Member Data Documentation

◆ ascent

QFixed QFontEngine::Properties::ascent

Definition at line 111 of file qfontengine_p.h.

◆ boundingBox

QRectF QFontEngine::Properties::boundingBox

Definition at line 109 of file qfontengine_p.h.

◆ capHeight

QFixed QFontEngine::Properties::capHeight

Definition at line 115 of file qfontengine_p.h.

◆ copyright

QByteArray QFontEngine::Properties::copyright

Definition at line 108 of file qfontengine_p.h.

◆ descent

QFixed QFontEngine::Properties::descent

Definition at line 112 of file qfontengine_p.h.

◆ emSquare

QFixed QFontEngine::Properties::emSquare

Definition at line 110 of file qfontengine_p.h.

Referenced by QWindowsFontEngine::properties().

◆ italicAngle

QFixed QFontEngine::Properties::italicAngle

Definition at line 114 of file qfontengine_p.h.

◆ leading

QFixed QFontEngine::Properties::leading

Definition at line 113 of file qfontengine_p.h.

◆ lineWidth

QFixed QFontEngine::Properties::lineWidth

Definition at line 116 of file qfontengine_p.h.

◆ postscriptName

QByteArray QFontEngine::Properties::postscriptName

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