1
votes

how can I load and embed a custom font in my iphone app? what font file types are supported? (otf, ttf...)

1

1 Answers

3
votes

It is possible to supply fonts with your app and use them. Take a look at CGFontCreateWithDataProvider which should provide all the functionality you need.

At least TTF is supported, not sure about OTF.