diff options
Diffstat (limited to 'doc/html/tqfontinfo.html')
-rw-r--r-- | doc/html/tqfontinfo.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqfontinfo.html b/doc/html/tqfontinfo.html index f7eb86070..a11ae5ceb 100644 --- a/doc/html/tqfontinfo.html +++ b/doc/html/tqfontinfo.html @@ -115,14 +115,14 @@ Destroys the font info object. <h3 class=fn>bool <a name="bold"></a>TQFontInfo::bold () const </h3> -<p> Returns TRUE if <a href="#weight">weight</a>() would return a value greater than <a href="tqfont.html#Weight-enum">TQFont::Normal</a>; otherwise returns FALSE. +<p> Returns true if <a href="#weight">weight</a>() would return a value greater than <a href="tqfont.html#Weight-enum">TQFont::Normal</a>; otherwise returns false. <p> <p>See also <a href="#weight">weight</a>() and <a href="tqfont.html#bold">TQFont::bold</a>(). <p>Example: <a href="qfd-example.html#x1982">qfd/fontdisplayer.cpp</a>. <h3 class=fn>bool <a name="exactMatch"></a>TQFontInfo::exactMatch () const </h3> -Returns TRUE if the matched window system font is exactly the same -as the one specified by the font; otherwise returns FALSE. +Returns true if the matched window system font is exactly the same +as the one specified by the font; otherwise returns false. <p> <p>See also <a href="tqfont.html#exactMatch">TQFont::exactMatch</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="family"></a>TQFontInfo::family () const @@ -159,8 +159,8 @@ Returns the point size of the matched window system font. <p>Examples: <a href="simple-font-demo-example.html#x2849">fonts/simple-tqfont-demo/viewer.cpp</a> and <a href="qfd-example.html#x1985">qfd/fontdisplayer.cpp</a>. <h3 class=fn>bool <a name="rawMode"></a>TQFontInfo::rawMode () const </h3> -Returns TRUE if the font is a raw mode font; otherwise returns -FALSE. +Returns true if the font is a raw mode font; otherwise returns +false. <p> If it is a raw mode font, all other functions in TQFontInfo will return the same values set in the <a href="tqfont.html">TQFont</a>, regardless of the font actually used. |