Definition at line 54 of file qfontinfo.h.
#include <qfontinfo.h>
Public Member Functions |
|
| QFontInfo (const QFont &) | |
| QFontInfo (const QFontInfo &) | |
| ~QFontInfo () | |
| QFontInfo & | operator= (const QFontInfo &) |
| QString | family () const |
| int | pixelSize () const |
| int | pointSize () const |
| qreal | pointSizeF () const |
| bool | italic () const |
| QFont::Style | style () const |
| int | weight () const |
| bool | bold () const |
| bool | underline () const |
| bool | overline () const |
| bool | strikeOut () const |
| bool | fixedPitch () const |
| QFont::StyleHint | styleHint () const |
| bool | rawMode () const |
| bool | exactMatch () const |
| ~QFontInfo | ( | ) |
| QString family | ( | ) | const |
| int pixelSize | ( | ) | const |
| int pointSize | ( | ) | const |
| qreal pointSizeF | ( | ) | const |
| bool italic | ( | ) | const |
| QFont::Style style | ( | ) | const |
| int weight | ( | ) | const |
| bool bold | ( | ) | const [inline] |
Definition at line 70 of file qfontinfo.h.
{ return weight() > QFont::Normal; }
| bool underline | ( | ) | const |
| bool overline | ( | ) | const |
| bool strikeOut | ( | ) | const |
| bool fixedPitch | ( | ) | const |
| QFont::StyleHint styleHint | ( | ) | const |
| bool rawMode | ( | ) | const |
| bool exactMatch | ( | ) | const |