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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -