Create a TTF in Objective-C -



Create a TTF in Objective-C -

is there way create true type font file programmatically in objective-c? found reference, http://developer.apple.com/fonts/ttrefman/index.html, doesn't seem there built in methods accomplish this.

suggestions? guidance?

no, there isn't procedural font creation code.

your best bet start fontforge: http://fontforge.sourceforge.net/

objective-c c cocoa-touch true-type-fonts

Comments