[Solved]Certain ttf files dont work with Qt, on ARM machine
Mobile and Embedded
13
Posts
2
Posters
3.4k
Views
1
Watching
-
Seems all right, could you verify what QFontDatabase::families() return ?
-
-
Indeed, do you have FontConfig installed properly on your target ?
-
First thing is to check that it's been compiled. Look at the summary after you called configure when cross-compiling Qt.
Then it depends on your target OS, which is it ?
-
Embedded Linux is a bit vast, is it debian, openembedded, a custom built system etc... ?
The "fontconfig site":http://www.freedesktop.org/wiki/Software/fontconfig/ covers that well :)
-
You're welcome
Then you need to add fontconfig to your build and also check that your Qt builds the support for it