diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqfontdatabase.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.tar.gz tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqfontdatabase.html')
| -rw-r--r-- | doc/html/tqfontdatabase.html | 14 |
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 <a href="tqstring.html">TQString</a> & family, const <a href="tqstring.html">TQString</a> & 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 <a href="tqstring.html">TQString</a> & family, const <a href="tqstring.html">TQString</a> & style, const <a href="tqstring.html">TQString</a> & ) const @@ -186,7 +186,7 @@ returned. <h3 class=fn>bool <a name="isBitmapScalable"></a>TQFontDatabase::isBitmapScalable ( const <a href="tqstring.html">TQString</a> & family, const <a href="tqstring.html">TQString</a> & 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 <a href="tqstring.html">TQString</a> & family, const <a href="tqstring.html">TQString</a> & 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 <a href="tqstring.html">TQString</a> & family, const <a href="tqstring.html">TQString</a> & style, const <a href="tqstring.html">TQString</a> & ) 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 <a href="tqstring.html">TQString</a> & family, const <a href="tqstring.html">TQString</a> & 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 <a href="tqstring.html">TQString</a> & family, const <a href="tqstring.html">TQString</a> & style, const <a href="tqstring.html">TQString</a> & ) 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 <a href="tqstring.html">TQString</a> & family, const <a href="tqstring.html">TQString</a> & 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 <a href="tqstring.html">TQString</a> & family, const <a href="tqstring.html">TQString</a> & 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 <a href="tqstring.html">TQString</a> & family, const <a href="tqstring.html">TQString</a> & style, const <a href="tqstring.html">TQString</a> & ) const |
