Вопрос

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?

Это было полезно?

Решение

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

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

Другие советы

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

Anyone figured out how?

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top