summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqfont.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqfont.3qt')
-rw-r--r--doc/man/man3/tqfont.3qt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqfont.3qt b/doc/man/man3/tqfont.3qt
index 2f7754e01..b1bbd9a06 100644
--- a/doc/man/man3/tqfont.3qt
+++ b/doc/man/man3/tqfont.3qt
@@ -218,10 +218,10 @@ QFont \- Font used for drawing text
.SH RELATED FUNCTION DOCUMENTATION
.in +1c
.ti -1c
-.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const QFont & font )"
+.BI "TQDataStream & \fBoperator<<\fR ( TQDataStream & s, const QFont & font )"
.br
.ti -1c
-.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, QFont & font )"
+.BI "TQDataStream & \fBoperator>>\fR ( TQDataStream & s, QFont & font )"
.br
.in -1c
.SH DESCRIPTION
@@ -249,7 +249,7 @@ If the requested font family is unavailable you can influence the font matching
.PP
The font-matching algorithm has a lastResortFamily() and lastResortFont() in cases where a suitable match cannot be found. You can provide substitutions for font family names using insertSubstitution() and insertSubstitutions(). Substitutions can be removed with removeSubstitution(). Use substitute() to retrieve a family's first substitute, or the family name itself if it has no substitutes. Use substitutes() to retrieve a list of a family's substitutes (which may be empty).
.PP
-Every QFont has a key() 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 QSettings, writing the font information with toString() and reading it back with fromString(). The operator<<() and operator>>() functions are also available, but they work on a data stream.
+Every QFont has a key() 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 TQSettings, writing the font information with toString() and reading it back with fromString(). The operator<<() and operator>>() functions are also available, but they work on a data stream.
.PP
It is possible to set the height of characters shown on the screen to a specified number of pixels with setPixelSize(); however using setPointSize() has a similar effect and provides device independence.
.PP
@@ -722,7 +722,7 @@ If \fIenable\fR is TRUE, italic is set on; otherwise italic is set off.
See also italic() and QFontInfo.
.PP
Examples:
-.)l fileiconview/qfileiconview.cpp, fonts/simple-qfont-demo/viewer.cpp, and themes/metal.cpp.
+.)l fileiconview/tqfileiconview.cpp, fonts/simple-qfont-demo/viewer.cpp, and themes/metal.cpp.
.SH "void QFont::setOverline ( bool enable )"
If \fIenable\fR is TRUE, sets overline on; otherwise sets overline off.
.PP
@@ -850,7 +850,7 @@ Returns a sorted list of substituted family names.
.PP
See also insertSubstitution(), removeSubstitution(), and substitute().
.SH "TQString QFont::toString () const"
-Returns a description of the font. The description is a comma-separated list of the attributes, perfectly suited for use in QSettings.
+Returns a description of the font. The description is a comma-separated list of the attributes, perfectly suited for use in TQSettings.
.PP
See also fromString() and operator<<().
.SH "bool QFont::underline () const"
@@ -862,14 +862,14 @@ Returns the weight of the font which is one of the enumerated values from QFont:
.PP
See also setWeight(), Weight, and QFontInfo.
.SH RELATED FUNCTION DOCUMENTATION
-.SH "QDataStream & operator<< ( QDataStream & s, const QFont & font )"
+.SH "TQDataStream & operator<< ( TQDataStream & s, const QFont & font )"
Writes the font \fIfont\fR to the data stream \fIs\fR. (toString() writes to a text stream.)
.PP
-See also Format of the QDataStream operators.
-.SH "QDataStream & operator>> ( QDataStream & s, QFont & font )"
+See also Format of the TQDataStream operators.
+.SH "TQDataStream & operator>> ( TQDataStream & s, QFont & font )"
Reads the font \fIfont\fR from the data stream \fIs\fR. (fromString() reads from a text stream.)
.PP
-See also Format of the QDataStream operators.
+See also Format of the TQDataStream operators.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/ntqfont.html