I want to show arabic language in my user interface page.
So I use Font Importer Tool to create arabic Font,e.g. F5.fnt.(Time New Roman.ttf)
Then I setting Font=5 to a Label control.
But the Label control display text is separeted arabic character not the arabic whole word.
e.g. It should be show like المُشغِل , but now it
show like ا ل مُ ش غِ ل
How to solve this problem?
|