I’m developing apps for iOS and I would like to know which fonts I can use to Cyrillic 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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.