silnrsi / smith

font development, testing and release
Other
14 stars 5 forks source link

ttf files in root of project confuse build #78

Open bobh0303 opened 1 year ago

bobh0303 commented 1 year ago

Apparently the presence of a ttf file (at least if it has the same file name as a built ttf) confuses smith.

Example:

Worse, the sequence of build steps are now: -- psfcreateinstances -- psfufo2ttf -- psfexportanchors -- psfmakefea -- psfchangettfglyphnames -- psfbuildfea Those last two steps are in the reverse order -- it renames the glyphs to production names and then tries to compile the fea, which of course fails.