iPhone-sdk 中有哪些西里尔字体?

发布于 2024-12-08 22:34:50 字数 84 浏览 0 评论 0原文

我正在为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迟到的我 2024-12-15 22:34:50

我认为没有人曾经编译过这样的仅西里尔文支持字体的列表,但是您始终可以随身携带自定义字体:

请参阅此处的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文