diff options
Diffstat (limited to 'doc/man/man3/tqfont.3qt')
-rw-r--r-- | doc/man/man3/tqfont.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqfont.3qt b/doc/man/man3/tqfont.3qt index 714153c4b..799ba253c 100644 --- a/doc/man/man3/tqfont.3qt +++ b/doc/man/man3/tqfont.3qt @@ -229,7 +229,7 @@ The TQFont class specifies a font used for drawing text. .PP When you create a TQFont object you specify various attributes that you want the font to have. TQt will use the font with the specified attributes, or if no matching font exists, TQt will use the closest matching installed font. The attributes of the font that is actually used are retrievable from a TQFontInfo object. If the window system provides an exact match exactMatch() returns TRUE. Use TQFontMetrics to get measurements, e.g. the pixel length of a string using TQFontMetrics::width(). .PP -Use QApplication::setFont() to set the application's default font. +Use TQApplication::setFont() to set the application's default font. .PP If a choosen X11 font does not include all the characters that need to be displayed, TQFont will try to find the characters in the nearest equivalent fonts. When a TQPainter draws a character from a font the TQFont will report whether or not it has the character; if it does not, TQPainter will draw an unfilled square. .PP @@ -330,7 +330,7 @@ To find out font metrics use a TQFontMetrics object, e.g. .PP For more general information on fonts, see the comp.fonts FAQ. Information on encodings can be found from Roman Czyborra's page. .PP -See also TQFontMetrics, TQFontInfo, TQFontDatabase, QApplication::setFont(), TQWidget::font, TQPainter::setFont(), TQFont::StyleHint, TQFont::Weight, Widget Appearance and Style, Graphics Classes, and Implicitly and Explicitly Shared Classes. +See also TQFontMetrics, TQFontInfo, TQFontDatabase, TQApplication::setFont(), TQWidget::font, TQPainter::setFont(), TQFont::StyleHint, TQFont::Weight, Widget Appearance and Style, Graphics Classes, and Implicitly and Explicitly Shared Classes. .SS "Member Type Documentation" .SH "TQFont::Script" This enum represents Unicode allocated scripts. For exhaustive coverage see The Unicode Standard Version 3.0. The following scripts are supported: @@ -544,7 +544,7 @@ This enum contains the predefined font weights: .SH "TQFont::TQFont ()" Constructs a font object that uses the application's default font. .PP -See also QApplication::setFont() and QApplication::font(). +See also TQApplication::setFont() and TQApplication::font(). .SH "TQFont::TQFont ( const TQString & family, int pointSize = 12, int weight = Normal, bool italic = FALSE )" Constructs a font object with the specified \fIfamily\fR, \fIpointSize\fR, \fIweight\fR and \fIitalic\fR settings. .PP @@ -552,7 +552,7 @@ If \fIpointSize\fR is <= 0 it is set to 1. .PP The \fIfamily\fR name may optionally also include a foundry name, e.g. "Helvetica [Cronyx]". (The TQt 2.x syntax, i.e." Cronyx-Helvetica", is also supported.) If the \fIfamily\fR is available from more than one foundry and the foundry isn't specified, an arbitrary foundry is chosen. If the family isn't available a family will be set using the font matching algorithm. .PP -See also Weight, setFamily(), setPointSize(), setWeight(), setItalic(), setStyleHint(), and QApplication::font(). +See also Weight, setFamily(), setPointSize(), setWeight(), setItalic(), setStyleHint(), and TQApplication::font(). .SH "TQFont::TQFont ( const TQFont & font )" Constructs a font that is a copy of \fIfont\fR. .SH "TQFont::~TQFont ()" @@ -576,7 +576,7 @@ See also StyleHint, styleHint(), and setStyleHint(). .SH "TQFont TQFont::defaultFont ()\fC [static]\fR" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP -Please use QApplication::font() instead. +Please use TQApplication::font() instead. .SH "bool TQFont::dirty () const\fC [protected]\fR" Returns TRUE if the font attributes have been changed and the font has to be (re)loaded; otherwise returns FALSE. .SH "bool TQFont::exactMatch () const" @@ -705,7 +705,7 @@ Examples: .SH "void TQFont::setDefaultFont ( const TQFont & f )\fC [static]\fR" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP -Please use QApplication::setFont() instead. +Please use TQApplication::setFont() instead. .SH "void TQFont::setFamily ( const TQString & family )" Sets the family name of the font. The name is case insensitive and may include a foundry name. .PP |