diff options
Diffstat (limited to 'doc/html/emb-fonts.html')
-rw-r--r-- | doc/html/emb-fonts.html | 4 |
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. |