带有二进制的 Monotouch 捆绑字体
如果我们购买了一种字体用于我们的应用程序,是否可以捆绑该字体并在应用程序中使用它?我们正在创建需要动态生成按钮并需要使用特定字体的应用程序。
干杯
w://
If we went and bought a font for use in our app, is it possible to bundle the font and use it inside the app? We're creating apps that need to generate buttons on the fly and need to use a specific font for it.
Cheers
w://
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将字体放入项目根目录(与 Info.plist 同一级别)中,并列出 Info.plist 中的文件:
然后将 MonoDevelop 中的文件添加到项目中,并将构建操作设置为“Content”。之后,您可以使用字体:
如果您在确定正确的字体名称时遇到问题,您可以使用此代码片段来检索所有已安装字体的列表:
Put your fonts into a directory in your project root (same level as Info.plist) and list the files in Info.plist:
Then add the files in MonoDevelop to your project and set the build action to "Content". After that you can use the font:
If you have problems determining the right font name you can use this code snipped to retrive a list of all installed fonts:
据我所知,没有 Monotouch 库,但您可以尝试移植这个库:
There no Monotouch library out there from what I know, but you could try porting this one: