summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqfontmetrics.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqfontmetrics.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt-8ac0e970.tar.gz
tqt-8ac0e970.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqfontmetrics.html')
-rw-r--r--doc/html/ntqfontmetrics.html4
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.