diff options
Diffstat (limited to 'doc/html/ntqfontmetrics.html')
-rw-r--r-- | doc/html/ntqfontmetrics.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqfontmetrics.html b/doc/html/ntqfontmetrics.html index ebe49b115..2a3bd4859 100644 --- a/doc/html/ntqfontmetrics.html +++ b/doc/html/ntqfontmetrics.html @@ -80,7 +80,7 @@ TQFontMetrics object: font metrics 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 metrics object is <em>not</em> updated. -<p> <li> <a href="ntqwidget.html#fontMetrics">TQWidget::fontMetrics</a>() returns the font metrics for a widget's +<p> <li> <a href="tqwidget.html#fontMetrics">TQWidget::fontMetrics</a>() returns the font metrics for a widget's font. This is equivalent to TQFontMetrics(widget->font()). If the widget's font is changed later, the font metrics object is <em>not</em> updated. @@ -127,7 +127,7 @@ and <a href="#size">size</a>(), to return the size of that rectangle. </h3> Constructs a font metrics 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 metrics 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. |