iPhone-sdk 中有哪些西里尔字体?
我正在为 iOS 开发应用程序,我想知道哪些字体可以用于西里尔文文本。问题是并非所有标准英文字体都具有特色。您能否提供 iOS 支持的西里尔字母字体列表?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为没有人曾经编译过这样的仅西里尔文支持字体的列表,但是您始终可以随身携带自定义字体:
请参阅此处的 UIAppFonts 设置键:
http://developer.apple.com/library/ios/#documentation/general/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html
它允许添加自定义字体,然后将它们与 UIFont 一起使用在您的应用程序中。
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.