diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/ntqfont.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqfont.html')
-rw-r--r-- | doc/html/ntqfont.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqfont.html b/doc/html/ntqfont.html index 0067dd081..f27c9992b 100644 --- a/doc/html/ntqfont.html +++ b/doc/html/ntqfont.html @@ -168,7 +168,7 @@ no substitutes. Use <a href="#substitutes">substitutes</a>() to retrieve a list substitutes (which may be empty). <p> Every TQFont has a <a href="#key">key</a>() which you can use, for example, as the key in a cache or dictionary. If you want to store a user's font -preferences you could use <a href="ntqsettings.html">TQSettings</a>, writing the font information +preferences you could use <a href="tqsettings.html">TQSettings</a>, writing the font information with <a href="#toString">toString</a>() and reading it back with <a href="#fromString">fromString</a>(). The <a href="#operator-lt-lt">operator<<</a>() and <a href="#operator-gt-gt">operator>></a>() functions are also available, but they work on a data stream. @@ -698,7 +698,7 @@ If <em>enable</em> is TRUE, italic is set on; otherwise italic is set off. <p> <p>See also <a href="#italic">italic</a>() and <a href="ntqfontinfo.html">TQFontInfo</a>. -<p>Examples: <a href="fileiconview-example.html#x828">fileiconview/qfileiconview.cpp</a>, <a href="simple-font-demo-example.html#x2842">fonts/simple-qfont-demo/viewer.cpp</a>, and <a href="themes-example.html#x281">themes/metal.cpp</a>. +<p>Examples: <a href="fileiconview-example.html#x828">fileiconview/tqfileiconview.cpp</a>, <a href="simple-font-demo-example.html#x2842">fonts/simple-qfont-demo/viewer.cpp</a>, and <a href="themes-example.html#x281">themes/metal.cpp</a>. <h3 class=fn>void <a name="setOverline"></a>TQFont::setOverline ( bool enable ) </h3> If <em>enable</em> is TRUE, sets overline on; otherwise sets overline off. @@ -868,7 +868,7 @@ Returns a sorted list of substituted family names. </h3> Returns a description of the font. The description is a comma-separated list of the attributes, perfectly suited for use -in <a href="ntqsettings.html">TQSettings</a>. +in <a href="tqsettings.html">TQSettings</a>. <p> <p>See also <a href="#fromString">fromString</a>() and <a href="#operator-lt-lt">operator<<</a>(). <h3 class=fn>bool <a name="underline"></a>TQFont::underline () const @@ -883,14 +883,14 @@ values from <a href="#Weight-enum">TQFont::Weight</a>. <p> <p>See also <a href="#setWeight">setWeight</a>(), <a href="#Weight-enum">Weight</a>, and <a href="ntqfontinfo.html">TQFontInfo</a>. <hr><h2>Related Functions</h2> -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="ntqdatastream.html">TQDataStream</a> & s, const <a href="ntqfont.html">TQFont</a> & font ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="ntqfont.html">TQFont</a> & font ) </h3> <p> Writes the font <em>font</em> to the data stream <em>s</em>. (<a href="#toString">toString</a>() writes to a text stream.) <p> <p>See also <a href="datastreamformat.html">Format of the TQDataStream operators</a>. -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="ntqdatastream.html">TQDataStream</a> & s, <a href="ntqfont.html">TQFont</a> & font ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="ntqfont.html">TQFont</a> & font ) </h3> <p> Reads the font <em>font</em> from the data stream <em>s</em>. (<a href="#fromString">fromString</a>() |