Reputation: 395
I'm developing GUI embedded application for lpc3250 ARM board using QtCreator and QtEmbedded-4.8.2-arm cross toolchain built with NXP gcc-4.3.2-glibc-2.7 on Kubuntu 12.10. The problem is in difference between text size and text style in desktop and embedded applications. Text (labels, table headers etc) in embedded app GUI is distinctly smaller and formatting is broken (e.g. no bold text). Seems like something is wrong with fonts, but they are installed to the same dir ( /usr/local/Trolltech/QtEmbedded-4.8.2-arm/lib/fonts ) both on desktop and embedded device, and I don't understand what may be wrong with them.
Could anybody advise, what's wrong and how to fix it?
Thanks in advance.
Upvotes: 2
Views: 1625
Reputation: 395
Building Qt Embedded with freetype support solved the problem
Upvotes: 2