summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqfontinfo.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/ntqfontinfo.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/ntqfontinfo.html')
-rw-r--r--doc/html/ntqfontinfo.html4
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.