dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QFontInfo
qt
gui
fontinfo
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++) extern (
C
++)
@
Q_MOVABLE_TYPE
struct
QFontInfo {
this
(const(QFont) );
this(this)
;
this
(const(QFontInfo) );
~this
();
QString
family
();
QString
styleName
();
int
pixelSize
();
int
pointSize
();
qreal
pointSizeF
();
bool
italic
();
QFont
.
Style
style
();
int
weight
();
bool
bold
();
bool
underline
();
bool
overline
();
bool
strikeOut
();
bool
fixedPitch
();
QFont
.
StyleHint
styleHint
();
bool
rawMode
();
bool
exactMatch
();
}
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
Source
See Implementation
qt
gui
fontinfo
structs
QFontInfo