repository reorganization, new hinting script, new release script, new ttf/otf release builds
parent
04cdc972cf
commit
7de1d2b111
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,2 @@
|
||||
i touch 0,1, 4,5, 6,7, 10,11 y 1 @ 6, 7, 15, 16, 21, 22
|
||||
j touch 0,1, 4,5, 6,7, 10,11 y 1 @ 6, 7, 15, 16, 21, 22
|
||||
@ -0,0 +1,15 @@
|
||||
# Hack-Regular.ttf
|
||||
ttfautohint -l 4 -r 80 -G 350 -x 0 -H 181 -D latn -f latn -w G -W -t -X "" -I "../prehinted_builds/Hack-Regular.ttf" "../posthinted_builds/Hack-Regular.ttf"
|
||||
echo "Hack-Regular.ttf hinted and moved to ../posthinted_builds/Hack-Regular.ttf"
|
||||
|
||||
# Hack-Bold.ttf
|
||||
ttfautohint -l 4 -r 80 -G 350 -x 0 -H 260 -D latn -f latn -w G -W -t -X "" -I -m "Hack-Bold-TA.txt" "../prehinted_builds/Hack-Bold.ttf" "../posthinted_builds/Hack-Bold.ttf"
|
||||
echo "Hack-Bold.ttf hinted and moved to ../posthinted_builds/Hack-Bold.ttf"
|
||||
|
||||
# Hack-Italic.ttf
|
||||
ttfautohint -l 4 -r 80 -G 350 -x 0 -H 145 -D latn -f latn -w G -W -t -X "" -I "../prehinted_builds/Hack-Italic.ttf" "../posthinted_builds/Hack-Italic.ttf"
|
||||
echo "Hack-Italic.ttf hinted and moved to ../posthinted_builds/Hack-Italic.ttf"
|
||||
|
||||
# Hack-BoldItalic.ttf
|
||||
ttfautohint -l 4 -r 80 -G 350 -x 0 -H 265 -D latn -f latn -w G -W -t -X "" -I "../prehinted_builds/Hack-BoldItalic.ttf" "../posthinted_builds/Hack-BoldItalic.ttf"
|
||||
echo "Hack-BoldItalic.ttf hinted and moved to ../posthinted_builds/Hack-BoldItalic.ttf"
|
||||
@ -0,0 +1,8 @@
|
||||
cp ../posthinted_builds/Hack-Regular.ttf ../../build/ttf/Hack-Regular.ttf
|
||||
echo "moved hinted version of Hack-Regular.ttf to ../../build/ttf/Hack-Regular.ttf"
|
||||
cp ../posthinted_builds/Hack-Bold.ttf ../../build/ttf/Hack-Bold.ttf
|
||||
echo "moved hinted version of Hack-Bold.ttf to ../../build/ttf/Hack-Bold.ttf"
|
||||
cp ../posthinted_builds/Hack-Italic.ttf ../../build/ttf/Hack-Italic.ttf
|
||||
echo "moved hinted version of Hack-Italic.ttf to ../../build/ttf/Hack-Italic.ttf"
|
||||
cp ../posthinted_builds/Hack-BoldItalic.ttf ../../build/ttf/Hack-BoldItalic.ttf
|
||||
echo "moved hinted version of Hack-BoldItalic.ttf to ../../build/ttf/Hack-BoldItalic.ttf"
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue