The QFontInfo class is used to fetch information about the window system font actually used to match a QFont. (details) (complete member list)
#include <qfontinf.h>
Returns the character set of the matched window system font.
Returns TRUE if the matched window system font exactly matches all attributes set in the QFont connected to the QFontInfo.
Returns the family name of the matched window system font.
Returns the fixed pitch value of the matched window system font.
Returns the italic value of the matched window system font.
Returns the point size of the matched window system font.
Returns TRUE if the QFont connected to the QFontInfo is a raw mode font. If it is all other functions in QFontInfo will return the same values set in the QFont, regardless of the font actually used.
Returns the strike out value of the matched window system font. (this is always equal to the one requested under X windows).
Returns the style of the matched window system font. Currently only returns the hint set in QFont.
Returns the underline value of the matched window system font. (this is always equal to the one requested under X windows).
Returns the weight of the matched window system font.
This file is part of the Qt toolkit, copyright 1995 Troll Tech, all rights reserved.
It was generated from the following files: