Does anyone ever use MetaFont/MetaPost to create fonts (typefaces)? Does FontForge have any scripting capability? I’ve never used it … only read about it. But I down all 5 “computers and typesetting” books by Knuth
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.