Pergunta

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?

Foi útil?

Solução

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

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

Outras dicas

I know it's possible since the app MyFont: http://itunes.apple.com/us/app/myfont/id380824731 does it.

Anyone figured out how?

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top