Hacker News new | ask | show | jobs
by spaceman_atlas 938 days ago
FontForge embeds a Python interpreter [0], which lets you write Python scripts that start with `#!/usr/bin/fontforge` and just `chmod +x` and plainly execute them later on. That said I've only ever personally used it for basic reproducible manipulation of existing fonts with small issues with individual glyphs I wanted to fix, so your mileage may vary depending on requirements.

[0]: https://fontforge.org/docs/scripting/python.html