up vote 0 down vote favorite
share [g+] share [fb]

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?

link|improve this question

36% accept rate
feedback

3 Answers

I think you could just purchase the fonts you don't have and install them on your windows box.

link|improve this answer
feedback

The iPhone system fonts are stored in /System/Fonts/Cache/. You use NSData to read them or copy them to another location using NSFileManager.

Keep in mind you may be breaking license agreements if you distribute them

link|improve this answer
feedback

As John M says, you can purchase the required fonts. The official sources are these:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.