Hi All,

I am newbie to QT Embedded. I am using qt-embedded-linux-opensource-src-4.5.2.
I want to add new font to the directory ~/qt-embedded-linux-opensource-src-4.5.2/lib/fonts so that I can reuse the font in all my applications. I have a custom_font.ttf file.
I have copied that file to the above mentioned directory, but I am unable to use that font. Please tell me how to use this font.

One more thing, can someone please tell me the procedure to convert a ttf or bdf file to qpf in Qt-Embedded-4.5.2 using the makeqpf tool. I have given the command like this
makeqpf Giri 18
***Giri is the Font name and 18 is the pixel size.
A qpf2 file with filename Giri_180_50.qpf2 will be generated in /binafter the above command is executed.

Can someone tell me how to use the above .qpf2 file after it is generated.

One more thing, there is no FontDir file under /lib/fonts folder in Qt-embedded-linux-opensource-src-4.5.2.

Regards,
Giri