diff options
author | Michele Calgaro <[email protected]> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/tqstylesheet.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqstylesheet.html')
-rw-r--r-- | doc/html/tqstylesheet.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqstylesheet.html b/doc/html/tqstylesheet.html index 438f6018f..dd325d067 100644 --- a/doc/html/tqstylesheet.html +++ b/doc/html/tqstylesheet.html @@ -338,14 +338,14 @@ mainly checks whether there is something that looks like a tag before the first line break. Although the result may be correct for common cases, there is no guarantee. -<h3 class=fn>void <a name="scaleFont"></a>TQStyleSheet::scaleFont ( <a href="ntqfont.html">TQFont</a> & font, int logicalSize ) const<tt> [virtual]</tt> +<h3 class=fn>void <a name="scaleFont"></a>TQStyleSheet::scaleFont ( <a href="tqfont.html">TQFont</a> & font, int logicalSize ) const<tt> [virtual]</tt> </h3> Scales the font <em>font</em> to the appropriate physical point size corresponding to the logical font size <em>logicalSize</em>. <p> When calling this function, <em>font</em> has a point size corresponding to the logical font size 3. <p> Logical font sizes range from 1 to 7, with 1 being the smallest. -<p> <p>See also <a href="tqstylesheetitem.html#logicalFontSize">TQStyleSheetItem::logicalFontSize</a>(), <a href="tqstylesheetitem.html#logicalFontSizeStep">TQStyleSheetItem::logicalFontSizeStep</a>(), and <a href="ntqfont.html#setPointSize">TQFont::setPointSize</a>(). +<p> <p>See also <a href="tqstylesheetitem.html#logicalFontSize">TQStyleSheetItem::logicalFontSize</a>(), <a href="tqstylesheetitem.html#logicalFontSizeStep">TQStyleSheetItem::logicalFontSizeStep</a>(), and <a href="tqfont.html#setPointSize">TQFont::setPointSize</a>(). <h3 class=fn>void <a name="setDefaultSheet"></a>TQStyleSheet::setDefaultSheet ( <a href="tqstylesheet.html">TQStyleSheet</a> * sheet )<tt> [static]</tt> </h3> |