vote up 0 vote down star

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?

flag

36% accept rate

2 Answers

vote up 0 vote down

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|flag
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

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