QFontInfo

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

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.
overline
bool overline()
Undocumented in source.
pixelSize
int pixelSize()
Undocumented in source.
pointSize
int pointSize()
Undocumented in source.
pointSizeF
qreal pointSizeF()
Undocumented in source.
rawMode
bool rawMode()
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