-
How to make qpf file
Hi Friends,
Am using qt 2.3.10 (Embedded) on Linux to develop embedded application.
I dont know how to make qpf file using ttf file..
Let me know what are the steps needed..
Any suggestions are highly appreciable..
Thanks in advance..
Regards
Noufal k
-
Re: How to make qpf file
I have done something similar with qt embedded 3.3.4.
Took a ttf font
converted to bdf using ttf2bdf tool.
prepared a line inside fontdir file.
compiled qte with "full config" configuration.
launched an application like this:
myapp -savefonts
in the application you have to do at least one writing.
automatically the application saves the qpf file.
the second time the application will be quicker because it will use the qpf file directly.
bye bye