summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqfontdatabase.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/ntqfontdatabase.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqfontdatabase.html')
-rw-r--r--doc/html/ntqfontdatabase.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqfontdatabase.html b/doc/html/ntqfontdatabase.html
index 66cf97c71..ac2154d53 100644
--- a/doc/html/ntqfontdatabase.html
+++ b/doc/html/ntqfontdatabase.html
@@ -145,7 +145,7 @@ Creates a font database object.
<h3 class=fn>bool <a name="bold"></a>TQFontDatabase::bold ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="ntqstring.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="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;style, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; ) const
@@ -187,7 +187,7 @@ returned.
<h3 class=fn>bool <a name="isBitmapScalable"></a>TQFontDatabase::isBitmapScalable ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="ntqstring.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
@@ -201,7 +201,7 @@ sizes returned by <a href="#smoothSizes">smoothSizes</a>().
<h3 class=fn>bool <a name="isFixedPitch"></a>TQFontDatabase::isFixedPitch ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="ntqstring.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="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;style, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; ) const
</h3>
@@ -210,7 +210,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="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="ntqstring.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="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;style, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; ) const
@@ -220,8 +220,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="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="ntqstring.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>().
@@ -232,7 +232,7 @@ and the result will always look attractive.
<h3 class=fn>bool <a name="italic"></a>TQFontDatabase::italic ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="ntqstring.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="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;style, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; ) const