iOS 自定义字体

发布于 2024-12-01 20:24:05 字数 641 浏览 0 评论 0原文

可能的重复:
我可以在 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 技术交流群。

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

发布评论

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

评论(1

贱贱哒 2024-12-08 20:24:05

重复:我可以在 iPhone 应用程序中嵌入自定义字体吗?

使用 Info.plist 文件中的 UIAppFonts 键。

Duplicate: Can I embed a custom font in an iPhone application?

Use the UIAppFonts key in the Info.plist file.

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