Hi,
I am developing an iPhone application which needs to show some font in language other than English like Malayalam or Arabic. Is it possible to do that? Please give me appropriate direction to do this.
Thanks in advance.
Hi,
I am developing an iPhone application which needs to show some font in language other than English like Malayalam or Arabic. Is it possible to do that? Please give me appropriate direction to do this.
Thanks in advance.
You shouldn't need to explicitly choose fonts to do this. Just make sure that your text is correctly represented as Unicode, and the system should select the appropriate fonts to render the glyphs for those codepoints.
(But custom fonts on iPhone, while possible, are hard. Don't go there.)
Have you tried TTF fonts and UIAppFonts
in Info.plist
?
Short summary: http://doli.at/2010/05/08/custom-fonts-ipad/
You can try to make your application Localized....Where in string file, you can place the words that you need to show.
Just follow the link: http://www.iphonesdkarticles.com/2008/11/localizing-iphone-apps.html