summaryrefslogtreecommitdiffstats
path: root/doc/html/tqfontmetrics.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqfontmetrics.html')
-rw-r--r--doc/html/tqfontmetrics.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqfontmetrics.html b/doc/html/tqfontmetrics.html
index 0a36b04c7..8d65e14a2 100644
--- a/doc/html/tqfontmetrics.html
+++ b/doc/html/tqfontmetrics.html
@@ -161,7 +161,7 @@ value will be too small.
<p> <p>See also <a href="#descent">descent</a>().
<p>Examples: <a href="drawdemo-example.html#x1064">drawdemo/drawdemo.cpp</a> and <a href="scrollview-example.html#x619">scrollview/scrollview.cpp</a>.
-<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="boundingRect"></a>TQFontMetrics::boundingRect ( <a href="qchar.html">TQChar</a>&nbsp;ch ) const
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="boundingRect"></a>TQFontMetrics::boundingRect ( <a href="tqchar.html">TQChar</a>&nbsp;ch ) const
</h3>
Returns the rectangle that is covered by ink if the character
specified by <em>ch</em> were to be drawn at the origin of the coordinate
@@ -261,7 +261,7 @@ base line).
<p> <p>See also <a href="#leading">leading</a>() and <a href="#lineSpacing">lineSpacing</a>().
<p>Examples: <a href="grapher-nsplugin-example.html#x2741">grapher/grapher.cpp</a>, <a href="hello-example.html#x1630">hello/hello.cpp</a>, and <a href="qfd-example.html#x1986">qfd/fontdisplayer.cpp</a>.
-<h3 class=fn>bool <a name="inFont"></a>TQFontMetrics::inFont ( <a href="qchar.html">TQChar</a>&nbsp;ch ) const
+<h3 class=fn>bool <a name="inFont"></a>TQFontMetrics::inFont ( <a href="tqchar.html">TQChar</a>&nbsp;ch ) const
</h3>
Returns TRUE if character <em>ch</em> is a valid character in the font;
otherwise returns FALSE.
@@ -273,14 +273,14 @@ Returns the leading of the font.
<p> This is the natural inter-line spacing.
<p> <p>See also <a href="#height">height</a>() and <a href="#lineSpacing">lineSpacing</a>().
-<h3 class=fn>int <a name="leftBearing"></a>TQFontMetrics::leftBearing ( <a href="qchar.html">TQChar</a>&nbsp;ch ) const
+<h3 class=fn>int <a name="leftBearing"></a>TQFontMetrics::leftBearing ( <a href="tqchar.html">TQChar</a>&nbsp;ch ) const
</h3>
Returns the left bearing of character <em>ch</em> in the font.
<p> The left bearing is the right-ward distance of the left-most pixel
of the character from the logical origin of the character. This
value is negative if the pixels of the character extend to the
left of the logical origin.
-<p> See <a href="#width">width</a>(<a href="qchar.html">TQChar</a>) for a graphical description of this metric.
+<p> See <a href="#width">width</a>(<a href="tqchar.html">TQChar</a>) for a graphical description of this metric.
<p> <p>See also <a href="#rightBearing">rightBearing</a>(), <a href="#minLeftBearing">minLeftBearing</a>(), and <a href="#width">width</a>().
<p>Example: <a href="qfd-example.html#x1988">qfd/fontdisplayer.cpp</a>.
@@ -330,7 +330,7 @@ Returns the distance from the base line to where an overline
should be drawn.
<p> <p>See also <a href="#underlinePos">underlinePos</a>(), <a href="#strikeOutPos">strikeOutPos</a>(), and <a href="#lineWidth">lineWidth</a>().
-<h3 class=fn>int <a name="rightBearing"></a>TQFontMetrics::rightBearing ( <a href="qchar.html">TQChar</a>&nbsp;ch ) const
+<h3 class=fn>int <a name="rightBearing"></a>TQFontMetrics::rightBearing ( <a href="tqchar.html">TQChar</a>&nbsp;ch ) const
</h3>
Returns the right bearing of character <em>ch</em> in the font.
<p> The right bearing is the left-ward distance of the right-most
@@ -375,7 +375,7 @@ Returns the distance from the base line to where an underscore
should be drawn.
<p> <p>See also <a href="#overlinePos">overlinePos</a>(), <a href="#strikeOutPos">strikeOutPos</a>(), and <a href="#lineWidth">lineWidth</a>().
-<h3 class=fn>int <a name="width"></a>TQFontMetrics::width ( <a href="qchar.html">TQChar</a>&nbsp;ch ) const
+<h3 class=fn>int <a name="width"></a>TQFontMetrics::width ( <a href="tqchar.html">TQChar</a>&nbsp;ch ) const
</h3>
<p> <img src="bearings.png" align=right>
<p> Returns the logical width of character <em>ch</em> in pixels. This is a