Reputation: 1954
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?
Upvotes: 2
Views: 1044
Reputation: 2450
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:
It allows to add custom fonts and then use them with UIFont in your application.
Upvotes: 1