diff options
Diffstat (limited to 'doc/html/ntqfontinfo.html')
-rw-r--r-- | doc/html/ntqfontinfo.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqfontinfo.html b/doc/html/ntqfontinfo.html index 2d1f00c04..612ae6f1d 100644 --- a/doc/html/ntqfontinfo.html +++ b/doc/html/ntqfontinfo.html @@ -75,7 +75,7 @@ machine that has a non-scalable 24pt Courier font, TQFont will info object for a screen-compatible font, i.e. the font cannot be a printer font<sup>*</sup>. If the font is changed later, the font info object is <em>not</em> updated. -<p> <li> <a href="ntqwidget.html#fontInfo">TQWidget::fontInfo</a>() returns the font info for a widget's font. +<p> <li> <a href="tqwidget.html#fontInfo">TQWidget::fontInfo</a>() returns the font info for a widget's font. This is equivalent to calling TQFontInfo(widget->font()). If the widget's font is changed later, the font info object is <em>not</em> updated. @@ -93,7 +93,7 @@ screen font is used if a printer font is supplied. </h3> Constructs a font info object for <em>font</em>. <p> The font must be screen-compatible, i.e. a font you use when -drawing text in <a href="ntqwidget.html">widgets</a> or <a href="ntqpixmap.html">pixmaps</a>, not <a href="ntqpicture.html">TQPicture</a> or <a href="ntqprinter.html">TQPrinter</a>. +drawing text in <a href="tqwidget.html">widgets</a> or <a href="ntqpixmap.html">pixmaps</a>, not <a href="ntqpicture.html">TQPicture</a> or <a href="ntqprinter.html">TQPrinter</a>. <p> 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. |