Font problem in Qt embedded 4.4.3 on Arm device
hi.
I compiled qt embedded 4.4.3 for my arm embedded device. I had problem with freetype so I have compiled it with -no-freetype option. I just wrote a simple app to test it. Its a gui app with only a pushbutton. The problem is when I run it I get this error and app just quits:
"Failed to mmap /mmc/mmca1/qt4/lib/fonts/helvetica_100_50.qpf"
Any advice?
Re: Font problem in Qt embedded 4.4.3 on Arm device
Hi,
Are you sure that font exists in your font library? /lib/fonts/..
Also, take a look at this article, make sure you have at least one font format specified.
http://doc.trolltech.com/qtextended4...ded-fonts.html