I started studying metafont. I created some basics MF, with a single char.
I would like to modify existing font, but I see no 'makefile' that I can just use to tell the system 'just regenerate all the files', even if I altered romanu.mf and re-created a PDF via a .TeX file. I want to avoid if possible all the manual command lines.
I tried mf and initexmf and various command lines but couldn't find such a shortcut. I don't want to edit externally a TTF or OTF, as I think defining fonts with a programming language is great.
any idea?
mf cmr10(which will make the tfm and gf file then gftopk to make pk files. Note you end up with bitmap fonts not ttf or OTF – David Carlisle Feb 24 '14 at 21:56