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?
我正在为iOS开发应用程序,我想知道哪些字体可用于西里尔文本。问题是并非所有标准英文字体都具有特色。你能为iOS提供一个列表西里尔支持的字体吗?
1 个解决方案
#1
1
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:
请在此处查看UIAppFonts设置密钥:
It allows to add custom fonts and then use them with UIFont in your application.
它允许添加自定义字体,然后在应用程序中将它们与UIFont一起使用。
#1
1
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:
请在此处查看UIAppFonts设置密钥:
It allows to add custom fonts and then use them with UIFont in your application.
它允许添加自定义字体,然后在应用程序中将它们与UIFont一起使用。