diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/emb-classes.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/emb-classes.html')
-rw-r--r-- | doc/html/emb-classes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/emb-classes.html b/doc/html/emb-classes.html index 0b9001bf3..57ef51800 100644 --- a/doc/html/emb-classes.html +++ b/doc/html/emb-classes.html @@ -163,7 +163,7 @@ typically 2-20KB in size; they can be mmap'd direct from disk in order to save memory). If a TQPF font is found which matches a font request no new TQRenderedFont need be created for it. It's possible to strip out all TQFontFactory support and simply use TQPFs if your font needs are modest -(for instance, if you only retquire a few fixed point sizes). Note that +(for instance, if you only require a few fixed point sizes). Note that no best-match loading is performed with TQPFs, as opposed to those loaded via <a href="qfontmanager.html">TQFontManager</a>, so if you don't have the correct TQPF for a point size, text in that size will simply not be displayed. |