5

I'm new in iphone themes develop, and i want to know how to use custom TTF or OTF fonts on iphone, like one font type for phone pad, other for messages, etc...

Can help me?

Preston
  • 2,135
  • 7
  • 29
  • 47
  • Do you plan to develop applications or do you plan to develop themes that are generally usable by any application as well as the standard GUI of the iPhone? For the latter, AFAIK there is no solution available. Note; Custom TTF/OTF capability has been publicly introduced with iOS SDK 3.2. – Till Jun 02 '11 at 20:48
  • only for themes.... i dont have a mac to develop apps, and i dont know if the Windows aplications are good to do.... i think no... – Preston Jun 03 '11 at 12:59
  • Complete themes are something you can only do with jailbroken iPhones. Creating products for such market is like trying to sell stuff to a thief => very unlikely to be a commercial success. And no, I am not saying that jailbreaking was a crime or compareable to a breach of any of the ten commandmends. – Till Jun 03 '11 at 13:20

1 Answers1

11

Yes, you can easily use custom TTF fonts in your application. All you need to do is to add the font as a resource and set a key in your Info.plist.

See also this step-by-step guide.

DarkDust
  • 90,870
  • 19
  • 190
  • 224