QFontInfo

Binding for C++ class QFontInfo.

Constructors

this
this(const(QFont) )
Undocumented in source.
this
this(const(QFontInfo) )
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

bold
bool bold()
Undocumented in source. Be warned that the author may not have intended to support it.
exactMatch
bool exactMatch()
Undocumented in source.
family
QString family()
Undocumented in source.
fixedPitch
bool fixedPitch()
Undocumented in source.
italic
bool italic()
Undocumented in source.
legacyWeight
int legacyWeight()
Undocumented in source.
overline
bool overline()
Undocumented in source.
pixelSize
int pixelSize()
Undocumented in source.
pointSize
int pointSize()
Undocumented in source.
pointSizeF
qreal pointSizeF()
Undocumented in source.
strikeOut
bool strikeOut()
Undocumented in source.
style
QFont.Style style()
Undocumented in source.
styleHint
QFont.StyleHint styleHint()
Undocumented in source.
styleName
QString styleName()
Undocumented in source.
underline
bool underline()
Undocumented in source.
weight
int weight()
Undocumented in source.

Meta