diff options
Diffstat (limited to 'tests/input/font-psf-test/preflightg')
-rwxr-xr-x | tests/input/font-psf-test/preflightg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/input/font-psf-test/preflightg b/tests/input/font-psf-test/preflightg new file mode 100755 index 0000000..f7618cf --- /dev/null +++ b/tests/input/font-psf-test/preflightg @@ -0,0 +1,7 @@ +#!/bin/sh + +# Produce individual UFOs from Glyphs files +psfglyphs2ufo --nofea source/PsfTestRoman.glyphs source -l source/logs/glyphs2ufoR.log +psfglyphs2ufo --nofea source/PsfTestItalic.glyphs source -l source/logs/glyphs2ufoI.log + +./preflight
\ No newline at end of file |