summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqfontdatabase.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqfontdatabase.3qt')
-rw-r--r--doc/man/man3/tqfontdatabase.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqfontdatabase.3qt b/doc/man/man3/tqfontdatabase.3qt
index 28101cf1a..a7fb74015 100644
--- a/doc/man/man3/tqfontdatabase.3qt
+++ b/doc/man/man3/tqfontdatabase.3qt
@@ -186,7 +186,7 @@ See also Environment Classes and Graphics Classes.
.SH "TQFontDatabase::TQFontDatabase ()"
Creates a font database object.
.SH "bool TQFontDatabase::bold ( const TQString & family, const TQString & style ) const"
-Returns TRUE if the font that has family \fIfamily\fR and style \fIstyle\fR is bold; otherwise returns FALSE.
+Returns true if the font that has family \fIfamily\fR and style \fIstyle\fR is bold; otherwise returns false.
.PP
See also italic() and weight().
.SH "bool TQFontDatabase::bold ( const TQString & family, const TQString & style, const TQString & ) const"
@@ -212,29 +212,29 @@ Returns a TQFont object that has family \fIfamily\fR, style \fIstyle\fR and poin
.SH "TQFont TQFontDatabase::font ( const TQString & familyName, const TQString & style, int pointSize, const TQString & )"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.SH "bool TQFontDatabase::isBitmapScalable ( const TQString & family, const TQString & style = TQString::null ) const"
-Returns TRUE if the font that has family \fIfamily\fR and style \fIstyle\fR 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 sizes returned by smoothSizes().
+Returns true if the font that has family \fIfamily\fR and style \fIstyle\fR 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 sizes returned by smoothSizes().
.PP
See also isScalable() and isSmoothlyScalable().
.SH "bool TQFontDatabase::isBitmapScalable ( const TQString & family, const TQString & style, const TQString & ) const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.SH "bool TQFontDatabase::isFixedPitch ( const TQString & family, const TQString & style = TQString::null ) const"
-Returns TRUE if the font that has family \fIfamily\fR and style \fIstyle\fR is fixed pitch; otherwise returns FALSE.
+Returns true if the font that has family \fIfamily\fR and style \fIstyle\fR is fixed pitch; otherwise returns false.
.SH "bool TQFontDatabase::isFixedPitch ( const TQString & family, const TQString & style, const TQString & ) const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.SH "bool TQFontDatabase::isScalable ( const TQString & family, const TQString & style = TQString::null ) const"
-Returns TRUE if the font that has family \fIfamily\fR and style \fIstyle\fR is scalable; otherwise returns FALSE.
+Returns true if the font that has family \fIfamily\fR and style \fIstyle\fR is scalable; otherwise returns false.
.PP
See also isBitmapScalable() and isSmoothlyScalable().
.SH "bool TQFontDatabase::isScalable ( const TQString & family, const TQString & style, const TQString & ) const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.SH "bool TQFontDatabase::isSmoothlyScalable ( const TQString & family, const TQString & style = TQString::null ) const"
-Returns TRUE if the font that has family \fIfamily\fR and style \fIstyle\fR 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.
+Returns true if the font that has family \fIfamily\fR and style \fIstyle\fR 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.
.PP
See also isScalable() and isBitmapScalable().
.SH "bool TQFontDatabase::isSmoothlyScalable ( const TQString & family, const TQString & style, const TQString & ) const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.SH "bool TQFontDatabase::italic ( const TQString & family, const TQString & style ) const"
-Returns TRUE if the font that has family \fIfamily\fR and style \fIstyle\fR is italic; otherwise returns FALSE.
+Returns true if the font that has family \fIfamily\fR and style \fIstyle\fR is italic; otherwise returns false.
.PP
See also weight() and bold().
.SH "bool TQFontDatabase::italic ( const TQString & family, const TQString & style, const TQString & ) const"