From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqfontmetrics.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqfontmetrics.html') diff --git a/doc/html/tqfontmetrics.html b/doc/html/tqfontmetrics.html index 2b43237fe..416c96385 100644 --- a/doc/html/tqfontmetrics.html +++ b/doc/html/tqfontmetrics.html @@ -262,8 +262,8 @@ base line).

Examples: hello/hello.cpp and qfd/fontdisplayer.cpp.

bool TQFontMetrics::inFont ( TQChar ch ) const

-Returns TRUE if character ch is a valid character in the font; -otherwise returns FALSE. +Returns true if character ch is a valid character in the font; +otherwise returns false.

Example: qfd/fontdisplayer.cpp.

int TQFontMetrics::leading () const -- cgit v1.2.3