iOS 自定义字体
可能的重复:
我可以在 iPhone 应用程序中嵌入自定义字体吗?< /a>
我正在创建一个标签,我需要它使用自定义字体或 Tahoma。我在 Mac 和 IB 中安装了自定义字体,当我编辑 UILabel 并选择该自定义字体时,文本的字体会发生变化,但一旦我按 Enter 或完成更改,字体就会恢复为默认字体。
另一方面,塔霍马根本没有改变。
我遇到了这篇显示默认 iOS 字体的文章。塔霍马未列出。无法在我的应用程序中安装自定义字体来使用吗?
如果是这样,怎么办?
Possible Duplicate:
Can I embed a custom font in an iPhone application?
I am creating a label and I need it to use a custom font, or Tahoma. I installed the custom font on my Mac and in IB, when I edit the UILabel and choose that custom font, the text's font changes but as soon as I hit enter or finish changes, the font goes back to its default font.
On the other hand, Tahoma doesn't change at all.
I came cross this article that shows the default iOS fonts. Tahoma is not listed. Is not possible to install a custom font in my app to use?
If so, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
重复:我可以在 iPhone 应用程序中嵌入自定义字体吗?
使用
Info.plist
文件中的 UIAppFonts 键。Duplicate: Can I embed a custom font in an iPhone application?
Use the UIAppFonts key in the
Info.plist
file.