summaryrefslogtreecommitdiffstats
path: root/doc/html/emb-fonts.html
diff options
context:
space:
mode:
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 6583963..234c53f 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="makeqpf.html">tools/makeqpf</a> for a tool that helps
+<p> See <a href="maketqpf.html">tools/maketqpf</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 ./makeqpf "$@"
+ QWS_DISPLAY=$dpy ./maketqpf "$@"
done
</pre><p> If programs are only ever run in one orientation on a device, only the one
appropriate set of fonts is needed.