diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqfontinfo.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqfontinfo.html')
-rw-r--r-- | doc/html/tqfontinfo.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqfontinfo.html b/doc/html/tqfontinfo.html index f7eb86070..a11ae5ceb 100644 --- a/doc/html/tqfontinfo.html +++ b/doc/html/tqfontinfo.html @@ -115,14 +115,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="tqfont.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="tqfont.html#Weight-enum">TQFont::Normal</a>; otherwise returns false. <p> <p>See also <a href="#weight">weight</a>() and <a href="tqfont.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="tqfont.html#exactMatch">TQFont::exactMatch</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="family"></a>TQFontInfo::family () const @@ -159,8 +159,8 @@ Returns the point size of the matched window system font. <p>Examples: <a href="simple-font-demo-example.html#x2849">fonts/simple-tqfont-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="tqfont.html">TQFont</a>, regardless of the font actually used. |