How do I display a custom Arabic font in my iPhone app?
问题 How do I display a custom Arabic font ( Quran in Uthmani ) in my iPhone app? 回答1: Core Text allows you to embed fonts and render custom glyphs. 回答2: You just need to drag the font’s ttf file in your resource folder and do this following entry in your info.plist file – <key>UIAppFonts</key> <array> <string>CloisterBlack.ttf</string> </array> UIAppFonts key accept a array so you can pass multiple fonts in it. Now wherever you want to use the font in your application you can call: [UIFont