summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqfontmetrics.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqfontmetrics.3qt')
-rw-r--r--doc/man/man3/tqfontmetrics.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqfontmetrics.3qt b/doc/man/man3/tqfontmetrics.3qt
index 9bcfe9fd..d9f860ab 100644
--- a/doc/man/man3/tqfontmetrics.3qt
+++ b/doc/man/man3/tqfontmetrics.3qt
@@ -80,10 +80,10 @@ QFontMetrics \- Font metrics information
.BI "QRect \fBboundingRect\fR ( TQChar ch ) const"
.br
.ti -1c
-.BI "QRect \fBboundingRect\fR ( int x, int y, int w, int h, int flgs, const TQString & str, int len = -1, int tabstops = 0, int * tabarray = 0, QTextParag ** intern = 0 ) const"
+.BI "QRect \fBboundingRect\fR ( int x, int y, int w, int h, int flgs, const TQString & str, int len = -1, int tabstops = 0, int * tabarray = 0, TQTextParag ** intern = 0 ) const"
.br
.ti -1c
-.BI "QSize \fBsize\fR ( int flgs, const TQString & str, int len = -1, int tabstops = 0, int * tabarray = 0, QTextParag ** intern = 0 ) const"
+.BI "QSize \fBsize\fR ( int flgs, const TQString & str, int len = -1, int tabstops = 0, int * tabarray = 0, TQTextParag ** intern = 0 ) const"
.br
.ti -1c
.BI "int \fBunderlinePos\fR () const"
@@ -180,7 +180,7 @@ Example: xform/xform.cpp.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the bounding rectangle that contains the first \fIlen\fR characters of string \fIstr\fR.
-.SH "QRect QFontMetrics::boundingRect ( int x, int y, int w, int h, int flgs, const TQString & str, int len = -1, int tabstops = 0, int * tabarray = 0, QTextParag ** intern = 0 ) const"
+.SH "QRect QFontMetrics::boundingRect ( int x, int y, int w, int h, int flgs, const TQString & str, int len = -1, int tabstops = 0, int * tabarray = 0, TQTextParag ** intern = 0 ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the bounding rectangle of the first \fIlen\fR characters of \fIstr\fR, which is the set of pixels the text would cover if drawn at (0, 0). The drawing, and hence the bounding rectangle, is constrained to the rectangle (\fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR).
@@ -331,7 +331,7 @@ See width() for a graphical description of this metric.
See also leftBearing(), minRightBearing(), and width().
.PP
Example: qfd/fontdisplayer.cpp.
-.SH "QSize QFontMetrics::size ( int flgs, const TQString & str, int len = -1, int tabstops = 0, int * tabarray = 0, QTextParag ** intern = 0 ) const"
+.SH "QSize QFontMetrics::size ( int flgs, const TQString & str, int len = -1, int tabstops = 0, int * tabarray = 0, TQTextParag ** intern = 0 ) const"
Returns the size in pixels of the first \fIlen\fR characters of \fIstr\fR.
.PP
If \fIlen\fR is negative (the default), the entire string is used.