Search code examples
objective-cccocoa-touchtruetype

Create a TTF in Objective-C


Is there a way to create a True Type Font file programmatically in objective-c? I found this reference, http://developer.apple.com/fonts/TTRefMan/index.html, but it doesn't seem there are any built in methods to accomplish this.

Suggestions? Guidance?


Solution

  • No, there isn't any procedural font creation code.

    Your best bet would be to start with FontForge: http://fontforge.sourceforge.net/