在 Cocoa 应用程序中使用(缺失的)字体

发布于 2024-10-11 11:29:16 字数 132 浏览 2 评论 0原文

如果我在 Cocoa 应用程序中使用目标机器上不可用的字体,会发生什么情况?系统是否会切换回默认字体,所有使用缺失字体的文本也会丢失吗?

有没有办法让应用程序确定特定字体是否可用?

有没有办法告诉应用程序使用哪种字体?

What happens if I use a font in a Cocoa Application that is not available on the target machine? Will the system switch back to a default font are will all text using the missing font be missing too?

Is there a way for an application to determine if a specific font is available?

And is there a way to tell an application which font to use instead?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

手长情犹 2024-10-18 11:29:16

部分答案:
有没有办法让应用程序确定特定字体是否可用?
看看[[NSFontManager共享字体管理器]可用字体]

Partial answer:
Is there a way for an application to determine if a specific font is available?
Take a look at [[NSFontManager sharedFontManager] availableFonts]

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