summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqfontmetrics.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/ntqfontmetrics.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/ntqfontmetrics.html')
-rw-r--r--doc/html/ntqfontmetrics.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqfontmetrics.html b/doc/html/ntqfontmetrics.html
index ebe49b115..0bddea762 100644
--- a/doc/html/ntqfontmetrics.html
+++ b/doc/html/ntqfontmetrics.html
@@ -263,8 +263,8 @@ base line).
<p>Examples: <a href="grapher-nsplugin-example.html#x2741">grapher/grapher.cpp</a>, <a href="hello-example.html#x1630">hello/hello.cpp</a>, and <a href="qfd-example.html#x1986">qfd/fontdisplayer.cpp</a>.
<h3 class=fn>bool <a name="inFont"></a>TQFontMetrics::inFont ( <a href="qchar.html">TQChar</a>&nbsp;ch ) const
</h3>
-Returns TRUE if character <em>ch</em> is a valid character in the font;
-otherwise returns FALSE.
+Returns true if character <em>ch</em> is a valid character in the font;
+otherwise returns false.
<p>Example: <a href="qfd-example.html#x1987">qfd/fontdisplayer.cpp</a>.
<h3 class=fn>int <a name="leading"></a>TQFontMetrics::leading () const