diff options
Diffstat (limited to 'doc/man/man3/tqfontdatabase.3qt')
-rw-r--r-- | doc/man/man3/tqfontdatabase.3qt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/man/man3/tqfontdatabase.3qt b/doc/man/man3/tqfontdatabase.3qt index f0996c801..10cb8b239 100644 --- a/doc/man/man3/tqfontdatabase.3qt +++ b/doc/man/man3/tqfontdatabase.3qt @@ -26,10 +26,10 @@ QFontDatabase \- Information about the fonts available in the underlying window .BI "QStringList \fBstyles\fR ( const TQString & family ) const" .br .ti -1c -.BI "QValueList<int> \fBpointSizes\fR ( const TQString & family, const TQString & style = TQString::null )" +.BI "TQValueList<int> \fBpointSizes\fR ( const TQString & family, const TQString & style = TQString::null )" .br .ti -1c -.BI "QValueList<int> \fBsmoothSizes\fR ( const TQString & family, const TQString & style )" +.BI "TQValueList<int> \fBsmoothSizes\fR ( const TQString & family, const TQString & style )" .br .ti -1c .BI "TQString \fBstyleString\fR ( const QFont & f )" @@ -65,10 +65,10 @@ QFontDatabase \- Information about the fonts available in the underlying window .BI "QStringList styles ( const TQString & family, const TQString & ) const \fI(obsolete)\fR" .br .ti -1c -.BI "QValueList<int> pointSizes ( const TQString & family, const TQString & style, const TQString & ) \fI(obsolete)\fR" +.BI "TQValueList<int> pointSizes ( const TQString & family, const TQString & style, const TQString & ) \fI(obsolete)\fR" .br .ti -1c -.BI "QValueList<int> smoothSizes ( const TQString & family, const TQString & style, const TQString & ) \fI(obsolete)\fR" +.BI "TQValueList<int> smoothSizes ( const TQString & family, const TQString & style, const TQString & ) \fI(obsolete)\fR" .br .ti -1c .BI "QFont font ( const TQString & familyName, const TQString & style, int pointSize, const TQString & ) \fI(obsolete)\fR" @@ -98,7 +98,7 @@ QFontDatabase \- Information about the fonts available in the underlying window .SS "Static Public Members" .in +1c .ti -1c -.BI "QValueList<int> \fBstandardSizes\fR ()" +.BI "TQValueList<int> \fBstandardSizes\fR ()" .br .ti -1c .BI "TQString \fBscriptName\fR ( QFont::Script script )" @@ -157,9 +157,9 @@ int main( int argc, char **argv ) .br TQString dstyle = "\\t" + style + " ("; .br - QValueList<int> smoothies = fdb.smoothSizes( family, style ); + TQValueList<int> smoothies = fdb.smoothSizes( family, style ); .br - for ( QValueList<int>::Iterator points = smoothies.begin(); + for ( TQValueList<int>::Iterator points = smoothies.begin(); .br points != smoothies.end(); ++points ) { .br @@ -239,11 +239,11 @@ Returns TRUE if the font that has family \fIfamily\fR and style \fIstyle\fR is i See also weight() and bold(). .SH "bool QFontDatabase::italic ( const TQString & family, const TQString & style, const TQString & ) const" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. -.SH "QValueList<int> QFontDatabase::pointSizes ( const TQString & family, const TQString & style = TQString::null )" +.SH "TQValueList<int> QFontDatabase::pointSizes ( const TQString & family, const TQString & style = TQString::null )" Returns a list of the point sizes available for the font that has family \fIfamily\fR and style \fIstyle\fR. The list may be empty. .PP See also smoothSizes() and standardSizes(). -.SH "QValueList<int> QFontDatabase::pointSizes ( const TQString & family, const TQString & style, const TQString & )" +.SH "TQValueList<int> QFontDatabase::pointSizes ( const TQString & family, const TQString & style, const TQString & )" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .SH "TQString QFontDatabase::scriptName ( QFont::Script script )\fC [static]\fR" Returns a string that gives a default description of the \fIscript\fR (e.g. for displaying to the user in a dialog). The name matches the name of the script as defined by the Unicode 3.0 standard. @@ -253,13 +253,13 @@ See also QFont::Script. Returns a string with sample characters from \fIscript\fR. .PP See also QFont::Script. -.SH "QValueList<int> QFontDatabase::smoothSizes ( const TQString & family, const TQString & style )" +.SH "TQValueList<int> QFontDatabase::smoothSizes ( const TQString & family, const TQString & style )" Returns the point sizes of a font that has family \fIfamily\fR and style \fIstyle\fR that will look attractive. The list may be empty. For non-scalable fonts and bitmap scalable fonts, this function is equivalent to pointSizes(). .PP See also pointSizes() and standardSizes(). -.SH "QValueList<int> QFontDatabase::smoothSizes ( const TQString & family, const TQString & style, const TQString & )" +.SH "TQValueList<int> QFontDatabase::smoothSizes ( const TQString & family, const TQString & style, const TQString & )" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. -.SH "QValueList<int> QFontDatabase::standardSizes ()\fC [static]\fR" +.SH "TQValueList<int> QFontDatabase::standardSizes ()\fC [static]\fR" Returns a list of standard font sizes. .PP See also smoothSizes() and pointSizes(). |