适用于 Windows 的 iPhone 字体
我想在我的 Windows 服务器上支持 iPhone 提供的默认字体。某些字体默认存在,但其他字体(例如“Zapfino”和“MarkerFelt”)则不存在。
这个想法是在 iPhone 上创建 PDF 文件并在 Windows 计算机上渲染它们。由于没有(据我所知)在使用 iPhone SDK 创建的 PDF 中嵌入字体的方法,我想在我的 Windows 计算机上安装这些字体。
有我可以使用的 iPhone 字体包吗?
I would like to support the default fonts provided by iPhone on my Windows server. Some of the fonts exist by default but others, such as "Zapfino" and "MarkerFelt" are not.
The idea is to create PDF files on iPhone and render them on a Windows machine. Since there is no (known-to-me) way for embedding fonts in a PDF created using the iPhone SDK, I would like to install these fonts on my Windows machine.
Is there an iPhone font package I could use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为你可以购买你没有的字体并将它们安装在你的 Windows 盒子上。
I think you could just purchase the fonts you don't have and install them on your windows box.
iPhone系统字体存储在
/System/Fonts/Cache/
中。您可以使用NSData
读取它们,或使用NSFileManager
将它们复制到另一个位置。请记住,如果您分发许可协议,您可能会违反许可协议
The iPhone system fonts are stored in
/System/Fonts/Cache/
. You useNSData
to read them or copy them to another location usingNSFileManager
.Keep in mind you may be breaking license agreements if you distribute them
正如 John M 所说,您可以购买所需的字体。官方来源如下:
Zapfino:http://www.linotype.com/ 1175/zapfino-family.html
MarkerFelt:http:// /www.patsnyderartist.com/patsnyder_fonts.html
As John M says, you can purchase the required fonts. The official sources are these:
Zapfino: http://www.linotype.com/1175/zapfino-family.html
MarkerFelt: http://www.patsnyderartist.com/patsnyder_fonts.html