在 Cocoa 应用程序中使用(缺失的)字体
如果我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
部分答案:
有没有办法让应用程序确定特定字体是否可用?
看看[[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]