I'm developing apps for iOS and I would like to know which fonts I can use to Cyrill开发者_如何学运维ic texts. The problem is that not all of the standard English fonts are featured. Could you please give a list cyrillic supported fonts for iOS?
I don't think anyone ever compiled such a list of only Cyrillic supporting fonts, however you can always bring your custom font with you:
See UIAppFonts settings key here:
http://developer.apple.com/library/ios/#documentation/general/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html
It allows to add custom fonts and then use them with UIFont in your application.
精彩评论