summaryrefslogtreecommitdiffstats
path: root/doc/html/tqfontdatabase.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqfontdatabase.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-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/tqfontdatabase.html')
-rw-r--r--doc/html/tqfontdatabase.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqfontdatabase.html b/doc/html/tqfontdatabase.html
index 8f1579ed4..bd3824b73 100644
--- a/doc/html/tqfontdatabase.html
+++ b/doc/html/tqfontdatabase.html
@@ -144,7 +144,7 @@ Creates a font database object.
<h3 class=fn>bool <a name="bold"></a>TQFontDatabase::bold ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;style ) const
</h3>
-Returns TRUE if the font that has family <em>family</em> and style <em>style</em> is bold; otherwise returns FALSE.
+Returns true if the font that has family <em>family</em> and style <em>style</em> is bold; otherwise returns false.
<p> <p>See also <a href="#italic">italic</a>() and <a href="#weight">weight</a>().
<h3 class=fn>bool <a name="bold-2"></a>TQFontDatabase::bold ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;style, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; ) const
@@ -186,7 +186,7 @@ returned.
<h3 class=fn>bool <a name="isBitmapScalable"></a>TQFontDatabase::isBitmapScalable ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;style = TQString::null ) const
</h3>
-Returns TRUE if the font that has family <em>family</em> and style <em>style</em> is a scalable bitmap font; otherwise returns FALSE. Scaling
+Returns true if the font that has family <em>family</em> and style <em>style</em> is a scalable bitmap font; otherwise returns false. Scaling
a bitmap font usually produces an unattractive hardly readable
result, because the pixels of the font are scaled. If you need to
scale a bitmap font it is better to scale it to one of the fixed
@@ -200,7 +200,7 @@ sizes returned by <a href="#smoothSizes">smoothSizes</a>().
<h3 class=fn>bool <a name="isFixedPitch"></a>TQFontDatabase::isFixedPitch ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;style = TQString::null ) const
</h3>
-Returns TRUE if the font that has family <em>family</em> and style <em>style</em> is fixed pitch; otherwise returns FALSE.
+Returns true if the font that has family <em>family</em> and style <em>style</em> is fixed pitch; otherwise returns false.
<h3 class=fn>bool <a name="isFixedPitch-2"></a>TQFontDatabase::isFixedPitch ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;style, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; ) const
</h3>
@@ -209,7 +209,7 @@ Returns TRUE if the font that has family <em>family</em> and style <em>style</em
<h3 class=fn>bool <a name="isScalable"></a>TQFontDatabase::isScalable ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;style = TQString::null ) const
</h3>
-Returns TRUE if the font that has family <em>family</em> and style <em>style</em> is scalable; otherwise returns FALSE.
+Returns true if the font that has family <em>family</em> and style <em>style</em> is scalable; otherwise returns false.
<p> <p>See also <a href="#isBitmapScalable">isBitmapScalable</a>() and <a href="#isSmoothlyScalable">isSmoothlyScalable</a>().
<h3 class=fn>bool <a name="isScalable-2"></a>TQFontDatabase::isScalable ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;style, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; ) const
@@ -219,8 +219,8 @@ Returns TRUE if the font that has family <em>family</em> and style <em>style</em
<h3 class=fn>bool <a name="isSmoothlyScalable"></a>TQFontDatabase::isSmoothlyScalable ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;style = TQString::null ) const
</h3>
-Returns TRUE if the font that has family <em>family</em> and style <em>style</em> is smoothly scalable; otherwise returns FALSE. If this
-function returns TRUE, it's safe to scale this font to any size,
+Returns true if the font that has family <em>family</em> and style <em>style</em> is smoothly scalable; otherwise returns false. If this
+function returns true, it's safe to scale this font to any size,
and the result will always look attractive.
<p> <p>See also <a href="#isScalable">isScalable</a>() and <a href="#isBitmapScalable">isBitmapScalable</a>().
@@ -231,7 +231,7 @@ and the result will always look attractive.
<h3 class=fn>bool <a name="italic"></a>TQFontDatabase::italic ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;style ) const
</h3>
-Returns TRUE if the font that has family <em>family</em> and style <em>style</em> is italic; otherwise returns FALSE.
+Returns true if the font that has family <em>family</em> and style <em>style</em> is italic; otherwise returns false.
<p> <p>See also <a href="#weight">weight</a>() and <a href="#bold">bold</a>().
<h3 class=fn>bool <a name="italic-2"></a>TQFontDatabase::italic ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;style, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; ) const