diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-25 12:25:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-25 12:25:06 +0900 |
commit | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch) | |
tree | fe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /doc/html/ntqfont.html | |
parent | bba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff) | |
download | tqt-a09a6bc0.tar.gz tqt-a09a6bc0.zip |
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqfont.html')
-rw-r--r-- | doc/html/ntqfont.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/html/ntqfont.html b/doc/html/ntqfont.html index c0a176625..0067dd081 100644 --- a/doc/html/ntqfont.html +++ b/doc/html/ntqfont.html @@ -87,7 +87,6 @@ body { background: #ffffff; color: black; } <li class=fn>TQString <a href="#key"><b>key</b></a> () const</li> <li class=fn>TQString <a href="#toString"><b>toString</b></a> () const</li> <li class=fn>bool <a href="#fromString"><b>fromString</b></a> ( const TQString & descrip )</li> -<li class=fn>void <a href="#qwsRenderToDisk"><b>qwsRenderToDisk</b></a> ( bool all = TRUE )</li> <li class=fn>enum <a href="#Script-enum"><b>Script</b></a> { Latin, Greek, Cyrillic, Armenian, Georgian, Runic, Ogham, SpacingModifiers, CombiningMarks, Hebrew, Arabic, Syriac, Thaana, Devanagari, Bengali, Gurmukhi, Gujarati, Oriya, Tamil, Telugu, Kannada, Malayalam, Sinhala, Thai, Lao, Tibetan, Myanmar, Khmer, Han, Hiragana, Katakana, Hangul, Bopomofo, Yi, Ethiopic, Cherokee, CanadianAboriginal, Mongolian, CurrencySymbols, LetterlikeSymbols, NumberForms, MathematicalOperators, TechnicalSymbols, GeometricSymbols, MiscellaneousSymbols, EnclosedAndSquare, Braille, Unicode, Tagalog, Hanunoo, Buhid, Tagbanwa, KatakanaHalfWidth, Limbu, TaiLe }</li> <li class=fn>TQString <a href="#defaultFamily"><b>defaultFamily</b></a> () const</li> <li class=fn>TQString <a href="#lastResortFamily"><b>lastResortFamily</b></a> () const</li> @@ -636,17 +635,6 @@ Returns the point size of the font. Returns -1 if the font size was specified in pixels. <p> <p>See also <a href="#pointSize">pointSize</a>(), <a href="#setPointSizeFloat">setPointSizeFloat</a>(), <a href="#pixelSize">pixelSize</a>(), <a href="ntqfontinfo.html#pointSize">TQFontInfo::pointSize</a>(), and <a href="ntqfontinfo.html#pixelSize">TQFontInfo::pixelSize</a>(). -<h3 class=fn>void <a name="qwsRenderToDisk"></a>TQFont::qwsRenderToDisk ( bool all = TRUE ) -</h3> -Saves the glyphs in the font that have previously been accessed as -a TQPF file. If <em>all</em> is TRUE (the default), then before saving, -all glyphs are marked as used. -<p> If the font is large and you are sure that only a subset of -characters will ever be required on the target device, passing -FALSE for the <em>all</em> parameter can save a significant amount of -disk space. -<p> Note that this function is only applicable on TQt/Embedded. - <h3 class=fn>bool <a name="rawMode"></a>TQFont::rawMode () const </h3> Returns TRUE if raw mode is used for font name matching; otherwise |