summaryrefslogtreecommitdiffstats
path: root/doc/html/emb-fonts.html
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-11-08 09:46:27 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-11-08 09:46:27 +0100
commitc0780a876e11732962b98e3b1aac0f503b4e9ad9 (patch)
tree3868825a8f2ab785cb308248a8e88942610f5a6f /doc/html/emb-fonts.html
parentef73e104bd71560e1dab2c0c9a1bb1d718674e1a (diff)
downloadqt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.tar.gz
qt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.zip
Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"
Diffstat (limited to 'doc/html/emb-fonts.html')
-rw-r--r--doc/html/emb-fonts.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/emb-fonts.html b/doc/html/emb-fonts.html
index 234c53f..6583963 100644
--- a/doc/html/emb-fonts.html
+++ b/doc/html/emb-fonts.html
@@ -61,7 +61,7 @@ enabled) can be enabled or disabled independently by using the <a href="emb-feat
support in Qt/Embedded for writing a QPF font file from any font, so
you can initially enable TTF and BDF formats, save QPF files for the
fonts and sizes you need, then remove TTF and BDF support.
-<p> See <a href="maketqpf.html">tools/maketqpf</a> for a tool that helps
+<p> See <a href="makeqpf.html">tools/makeqpf</a> for a tool that helps
produce QPF files from the TTF and BDF, or just run your application
with the <tt>-savefonts</tt> option.
<p> <h2> Memory Requirements
@@ -151,7 +151,7 @@ generate all 4 rotations of fonts would be to run the following at a real frameb
<pre>
for dpy in LinuxFb Transformed:Rot90 Transformed:Rot180 Transformed:Rot270
do
- QWS_DISPLAY=$dpy ./maketqpf "$@"
+ QWS_DISPLAY=$dpy ./makeqpf "$@"
done
</pre><p> If programs are only ever run in one orientation on a device, only the one
appropriate set of fonts is needed.