Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The TQFontInfo class provides general information about fonts. More...
#include <ntqfontinfo.h>
The TQFontInfo class provides general information about fonts.
The TQFontInfo class provides the same access functions as TQFont, e.g. family(), pointSize(), italic(), weight(), fixedPitch(), styleHint() etc. But whilst the TQFont access functions return the values that were set, a TQFontInfo object returns the values that apply to the font that will actually be used to draw the text.
For example, when the program asks for a 25pt Courier font on a machine that has a non-scalable 24pt Courier font, TQFont will (normally) use the 24pt Courier for rendering. In this case, TQFont::pointSize() returns 25 and TQFontInfo::pointSize() returns 24.
There are three ways to create a TQFontInfo object.
* If you use a printer font the values returned may be inaccurate. Printer fonts are not always accessible so the nearest screen font is used if a printer font is supplied.
See also TQFont, TQFontMetrics, TQFontDatabase, Graphics Classes, and Implicitly and Explicitly Shared Classes.
The font must be screen-compatible, i.e. a font you use when drawing text in widgets or pixmaps, not TQPicture or TQPrinter.
The font info object holds the information for the font that is passed in the constructor at the time it is created, and is not updated if the font's attributes are changed later.
Use TQPainter::fontInfo() to get the font info when painting. This will give correct results also when painting on paint device that is not screen-compatible.
Returns TRUE if weight() would return a value greater than TQFont::Normal; otherwise returns FALSE.
See also weight() and TQFont::bold().
Example: qfd/fontdisplayer.cpp.
See also TQFont::exactMatch().
See also TQFont::family().
Examples: fonts/simple-qfont-demo/viewer.cpp and qfd/fontdisplayer.cpp.
See also TQFont::fixedPitch().
See also TQFont::italic().
Example: qfd/fontdisplayer.cpp.
See also TQFont::pointSize().
See also TQFont::pointSize().
Examples: fonts/simple-qfont-demo/viewer.cpp and qfd/fontdisplayer.cpp.
If it is a raw mode font, all other functions in TQFontInfo will return the same values set in the TQFont, regardless of the font actually used.
See also TQFont::rawMode().
Currently only returns the style hint set in TQFont.
See also TQFont::styleHint() and TQFont::StyleHint.
See also TQFont::weight() and bold().
This file is part of the TQt toolkit. Copyright © 1995-2007 Trolltech. All Rights Reserved.
Copyright © 2007 Trolltech | Trademarks | TQt 3.3.8
|