Add all new font files.
This commit is contained in:
5
common/fonts/TT2020-master/build/gen_glyphs.sh
Executable file
5
common/fonts/TT2020-master/build/gen_glyphs.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
printf "\033[31mStep 1\e[0m"
|
||||
python list_glyphs.py | parallel --progress './export_glyph.py {}'
|
||||
printf "\033[31mStep 2\e[0m"
|
||||
ls svgs/* | parallel --progress 'inkscape -z {} --export-png=pngs/{/.}.png -d 600 2&>/dev/null'
|
||||
Reference in New Issue
Block a user