![]() ![]() |
To build makeqpf:
./configure -qconfig makeqpf [extra options]
make
make -C tools/makeqf
If Qt/Embedded is configured with "-qconfig makeqpf" the file $QTDIR/src/tools/qconfig-makeqpf.h defines all required macros. As a result:
Warning: If TTF support is allowed then the freetype development headers libraries need to be available.
Makeqpf, like any other Qt/Embedded application, relies on $QTDIR/lib/fonts/fontdir to correctly list the available fonts. For more information see QWS Fonts
makeqpf [-A] [-f spec-file] [font ...]
To make a "fixed" font with the currency symbols
cd $QTDIR/tools/makeqpf
echo "fixed 0-ff,20a0-20af" > fontlist
export QWS_DISPLAY=Transformed
./makeall -f fontlist
./makeqpf -f fontlist
As a second example, to convert all symbols in the "fixed" font into a QPF font, for all rotations then run :
./makeall fixed
OR for current rotation run:
./makeqpf fixed
See also ./makeqpf --help
Hint:Press <CTRL>-Q should you wish to quit makeqpf.
Copyright © 2005 Trolltech | Trademarks | Qt version 2.3.10-snapshot-20060120
|