diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqfontinfo.3qt | |
parent | 1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff) | |
download | tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqfontinfo.3qt')
-rw-r--r-- | doc/man/man3/tqfontinfo.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqfontinfo.3qt b/doc/man/man3/tqfontinfo.3qt index d19278f89..3157629de 100644 --- a/doc/man/man3/tqfontinfo.3qt +++ b/doc/man/man3/tqfontinfo.3qt @@ -29,7 +29,7 @@ QFontInfo \- General information about fonts .BI "QFontInfo & \fBoperator=\fR ( const QFontInfo & fi )" .br .ti -1c -.BI "QString \fBfamily\fR () const" +.BI "TQString \fBfamily\fR () const" .br .ti -1c .BI "int \fBpixelSize\fR () const" @@ -70,7 +70,7 @@ There are three ways to create a QFontInfo object. <ol type=1> .IP 1 Calling the QFontInfo constructor with a QFont creates a font info object for a screen-compatible font, i.e. the font cannot be a printer font<sup>*</sup>. If the font is changed later, the font info object is \fInot\fR updated. .IP 2 -QWidget::fontInfo() returns the font info for a widget's font. This is equivalent to calling QFontInfo(widget->font()). If the widget's font is changed later, the font info object is \fInot\fR updated. +TQWidget::fontInfo() returns the font info for a widget's font. This is equivalent to calling QFontInfo(widget->font()). If the widget's font is changed later, the font info object is \fInot\fR updated. .IP 3 QPainter::fontInfo() returns the font info for a painter's current font. If the painter's font is changed later, the font info object is \fInot\fR updated. .PP @@ -102,7 +102,7 @@ Example: qfd/fontdisplayer.cpp. Returns TRUE if the matched window system font is exactly the same as the one specified by the font; otherwise returns FALSE. .PP See also QFont::exactMatch(). -.SH "QString QFontInfo::family () const" +.SH "TQString QFontInfo::family () const" Returns the family name of the matched window system font. .PP See also QFont::family(). |