summaryrefslogtreecommitdiffstats
path: root/doc/html/tqfont.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqfont.html')
-rw-r--r--doc/html/tqfont.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqfont.html b/doc/html/tqfont.html
index fde1552bf..d1344d9c0 100644
--- a/doc/html/tqfont.html
+++ b/doc/html/tqfont.html
@@ -129,7 +129,7 @@ actually used are retrievable from a <a href="tqfontinfo.html">TQFontInfo</a> ob
window system provides an exact match <a href="#exactMatch">exactMatch</a>() returns TRUE.
Use <a href="tqfontmetrics.html">TQFontMetrics</a> to get measurements, e.g. the pixel length of a
string using <a href="tqfontmetrics.html#width">TQFontMetrics::width</a>().
-<p> Use <a href="ntqapplication.html#setFont">TQApplication::setFont</a>() to set the application's default font.
+<p> Use <a href="tqapplication.html#setFont">TQApplication::setFont</a>() to set the application's default font.
<p> If a choosen X11 font does not include all the characters that
need to be displayed, TQFont will try to find the characters in the
nearest equivalent fonts. When a <a href="tqpainter.html">TQPainter</a> draws a character from a
@@ -248,7 +248,7 @@ system, use a TQFontInfo object, e.g.
<a href="http://www.nwalsh.com/comp.fonts/FAQ/">comp.fonts FAQ.</a>
Information on encodings can be found from
<a href="http://czyborra.com/">Roman Czyborra's</a> page.
-<p> <p>See also <a href="tqfontmetrics.html">TQFontMetrics</a>, <a href="tqfontinfo.html">TQFontInfo</a>, <a href="tqfontdatabase.html">TQFontDatabase</a>, <a href="ntqapplication.html#setFont">TQApplication::setFont</a>(), <a href="tqwidget.html#font-prop">TQWidget::font</a>, <a href="tqpainter.html#setFont">TQPainter::setFont</a>(), <a href="#StyleHint-enum">TQFont::StyleHint</a>, <a href="#Weight-enum">TQFont::Weight</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>.
+<p> <p>See also <a href="tqfontmetrics.html">TQFontMetrics</a>, <a href="tqfontinfo.html">TQFontInfo</a>, <a href="tqfontdatabase.html">TQFontDatabase</a>, <a href="tqapplication.html#setFont">TQApplication::setFont</a>(), <a href="tqwidget.html#font-prop">TQWidget::font</a>, <a href="tqpainter.html#setFont">TQPainter::setFont</a>(), <a href="#StyleHint-enum">TQFont::StyleHint</a>, <a href="#Weight-enum">TQFont::Weight</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>.
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="Script-enum"></a>TQFont::Script</h3>
@@ -447,7 +447,7 @@ ultralight, whilst 99 will be an extremely black.
<h3 class=fn><a name="TQFont"></a>TQFont::TQFont ()
</h3>
Constructs a font object that uses the application's default font.
-<p> <p>See also <a href="ntqapplication.html#setFont">TQApplication::setFont</a>() and <a href="ntqapplication.html#font">TQApplication::font</a>().
+<p> <p>See also <a href="tqapplication.html#setFont">TQApplication::setFont</a>() and <a href="tqapplication.html#font">TQApplication::font</a>().
<h3 class=fn><a name="TQFont-2"></a>TQFont::TQFont ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;family, int&nbsp;pointSize = 12, int&nbsp;weight = Normal, bool&nbsp;italic = FALSE )
</h3>
@@ -460,7 +460,7 @@ available from more than one foundry and the foundry isn't
specified, an arbitrary foundry is chosen. If the family isn't
available a family will be set using the <a href="#fontmatching">font
matching</a> algorithm.
-<p> <p>See also <a href="#Weight-enum">Weight</a>, <a href="#setFamily">setFamily</a>(), <a href="#setPointSize">setPointSize</a>(), <a href="#setWeight">setWeight</a>(), <a href="#setItalic">setItalic</a>(), <a href="#setStyleHint">setStyleHint</a>(), and <a href="ntqapplication.html#font">TQApplication::font</a>().
+<p> <p>See also <a href="#Weight-enum">Weight</a>, <a href="#setFamily">setFamily</a>(), <a href="#setPointSize">setPointSize</a>(), <a href="#setWeight">setWeight</a>(), <a href="#setItalic">setItalic</a>(), <a href="#setStyleHint">setStyleHint</a>(), and <a href="tqapplication.html#font">TQApplication::font</a>().
<h3 class=fn><a name="TQFont-3"></a>TQFont::TQFont ( const&nbsp;<a href="tqfont.html">TQFont</a>&nbsp;&amp;&nbsp;font )
</h3>
@@ -492,7 +492,7 @@ hint.
<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="defaultFont"></a>TQFont::defaultFont ()<tt> [static]</tt>
</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
-<p> Please use <a href="ntqapplication.html#font">TQApplication::font</a>() instead.
+<p> Please use <a href="tqapplication.html#font">TQApplication::font</a>() instead.
<h3 class=fn>bool <a name="dirty"></a>TQFont::dirty () const<tt> [protected]</tt>
</h3>
@@ -670,7 +670,7 @@ Returns a new TQFont that has attributes copied from <em>other</em>.
<p>Examples: <a href="menu-example.html#x1860">menu/menu.cpp</a> and <a href="themes-example.html#x280">themes/metal.cpp</a>.
<h3 class=fn>void <a name="setDefaultFont"></a>TQFont::setDefaultFont ( const&nbsp;<a href="tqfont.html">TQFont</a>&nbsp;&amp;&nbsp;f )<tt> [static]</tt>
</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
-<p> Please use <a href="ntqapplication.html#setFont">TQApplication::setFont</a>() instead.
+<p> Please use <a href="tqapplication.html#setFont">TQApplication::setFont</a>() instead.
<h3 class=fn>void <a name="setFamily"></a>TQFont::setFamily ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;family )
</h3>