Hello All,

I'm have ported the qt application on target board it is working as expected. One of my requirement is, I need to display the uni-code fonts on target board. So I placed the ttf fonts in target board in "$QT DIR/Fonts". Even-though fonts are not loading in target board.

I googled it and found the multiple solutions. Below are the solutions which I tried
1. Run "myapplication -qws font -unifont" this seems working but it supports only some of the asian languages (like hindi not telugu, kannada, marathi etc and also font size is very small.).
2. To display the ttf fonts qt requires fontconfig library, so while cross-compiling the qt-embedded I used "fontconfig" option and added fontconfig lib (cross compiled one) file. - But there was no luck.

Please help me out, what needs to be done to display the uni-code fonts.

Thanks a lot for the help