summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqfontinfo.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqfontinfo.html')
-rw-r--r--doc/html/ntqfontinfo.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqfontinfo.html b/doc/html/ntqfontinfo.html
index 2d1f00c04..ccd7e2800 100644
--- a/doc/html/ntqfontinfo.html
+++ b/doc/html/ntqfontinfo.html
@@ -116,14 +116,14 @@ Destroys the font info object.
<h3 class=fn>bool <a name="bold"></a>TQFontInfo::bold () const
</h3>
-<p> Returns TRUE if <a href="#weight">weight</a>() would return a value greater than <a href="ntqfont.html#Weight-enum">TQFont::Normal</a>; otherwise returns FALSE.
+<p> Returns true if <a href="#weight">weight</a>() would return a value greater than <a href="ntqfont.html#Weight-enum">TQFont::Normal</a>; otherwise returns false.
<p> <p>See also <a href="#weight">weight</a>() and <a href="ntqfont.html#bold">TQFont::bold</a>().
<p>Example: <a href="qfd-example.html#x1982">qfd/fontdisplayer.cpp</a>.
<h3 class=fn>bool <a name="exactMatch"></a>TQFontInfo::exactMatch () const
</h3>
-Returns TRUE if the matched window system font is exactly the same
-as the one specified by the font; otherwise returns FALSE.
+Returns true if the matched window system font is exactly the same
+as the one specified by the font; otherwise returns false.
<p> <p>See also <a href="ntqfont.html#exactMatch">TQFont::exactMatch</a>().
<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="family"></a>TQFontInfo::family () const
@@ -160,8 +160,8 @@ Returns the point size of the matched window system font.
<p>Examples: <a href="simple-font-demo-example.html#x2849">fonts/simple-qfont-demo/viewer.cpp</a> and <a href="qfd-example.html#x1985">qfd/fontdisplayer.cpp</a>.
<h3 class=fn>bool <a name="rawMode"></a>TQFontInfo::rawMode () const
</h3>
-Returns TRUE if the font is a raw mode font; otherwise returns
-FALSE.
+Returns true if the font is a raw mode font; otherwise returns
+false.
<p> If it is a raw mode font, all other functions in TQFontInfo will
return the same values set in the <a href="ntqfont.html">TQFont</a>, regardless of the font
actually used.