iPhone,如何使用 Objective-C 将新字体安装到 iPhone?
伙计们。 我有一个 pdf 文件,其中的字体默认情况下未安装在 iphone 上。 所以,我希望我的应用程序可以在我的客户查看此 pdf 之前使用 Objective-C 安装此字体。 任何建议将不胜感激,谢谢。
guys.
i have a pdf with a font that is not installed on iphone by default.
so,i want my application can install this font by using objective-c before my customer view this pdf.
any advice will be appreciate,thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的应用程序 .plist 文件中,添加新属性。在属性列表中,应该有一个名为“应用程序提供的字体”的内容 - 列出您已添加到应用程序资源文件夹中的所有字体。这应该可以帮助你开始:)
In your applications .plist file, add a new property. In the list of properties, there should be something called "Fonts provided by application" - list any fonts that you have added to your app's resources folder. That should get you started :)