diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tqfontmetrics.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqfontmetrics.html')
-rw-r--r-- | doc/html/tqfontmetrics.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqfontmetrics.html b/doc/html/tqfontmetrics.html index 8e6729f2c..0a36b04c7 100644 --- a/doc/html/tqfontmetrics.html +++ b/doc/html/tqfontmetrics.html @@ -127,7 +127,7 @@ and <a href="#size">size</a>(), to return the size of that rectangle. </h3> Constructs a font metrics object for <em>font</em>. <p> The font must be screen-compatible, i.e. a font you use when -drawing text in <a href="tqwidget.html">widgets</a> or <a href="ntqpixmap.html">pixmaps</a>, not <a href="ntqpicture.html">TQPicture</a> or <a href="ntqprinter.html">TQPrinter</a>. +drawing text in <a href="tqwidget.html">widgets</a> or <a href="tqpixmap.html">pixmaps</a>, not <a href="tqpicture.html">TQPicture</a> or <a href="tqprinter.html">TQPrinter</a>. <p> The font metrics object holds the information for the font that is passed in the constructor at the time it is created, and is not updated if the font's attributes are changed later. @@ -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="ntqrect.html">TQRect</a> <a name="boundingRect"></a>TQFontMetrics::boundingRect ( <a href="qchar.html">TQChar</a> ch ) const +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="boundingRect"></a>TQFontMetrics::boundingRect ( <a href="qchar.html">TQChar</a> 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 @@ -176,13 +176,13 @@ of the character. Use <a href="#boundingRect">boundingRect</a>(const <a href="tq <p> <p>See also <a href="#width">width</a>(). <p>Example: <a href="xform-example.html#x1225">xform/xform.cpp</a>. -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="boundingRect-2"></a>TQFontMetrics::boundingRect ( const <a href="tqstring.html">TQString</a> & str, int len = -1 ) const +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="boundingRect-2"></a>TQFontMetrics::boundingRect ( const <a href="tqstring.html">TQString</a> & str, int len = -1 ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the bounding rectangle that contains the first <em>len</em> characters of string <em>str</em>. -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="boundingRect-3"></a>TQFontMetrics::boundingRect ( int x, int y, int w, int h, int flgs, const <a href="tqstring.html">TQString</a> & str, int len = -1, int tabstops = 0, int * tabarray = 0, TQTextParag ** intern = 0 ) const +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="boundingRect-3"></a>TQFontMetrics::boundingRect ( int x, int y, int w, int h, int flgs, const <a href="tqstring.html">TQString</a> & str, int len = -1, int tabstops = 0, int * tabarray = 0, TQTextParag ** intern = 0 ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the bounding rectangle of the first <em>len</em> characters of |