Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Possible to Code a TTF/OTF/SVG font?

I wonder if it is possible to "code" a TTF/OTF/SVG font? Somehow write in all the cordinates for each letter.

If so, where can I learn more about it?

like image 324
user1087110 Avatar asked Feb 03 '26 18:02

user1087110


1 Answers

It's certainly possible. SVG and SVG Fonts are both XML documents. So, assuming you have a way to lay out the letter forms in SVG-compatible shapes, the rest should be straightforward, assuming good XML support.

You can then use FontForge to convert to other formats.

Edit: Another question produced a manual way to produce SVG Fonts, which should be useful in guiding the design of a program to do so.

like image 196
John C Avatar answered Feb 05 '26 07:02

John C



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!