prep for new ttf hinting scripting - file cleanup
parent
afa6eb4a30
commit
f0dadb0cf1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,28 +0,0 @@
|
||||
# ------------------------------------------------------------------
|
||||
#
|
||||
# autohint.sh
|
||||
# Copyright 2016 Christopher Simpkins
|
||||
# MIT license
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# DESCRIPTION
|
||||
# Applies hints to the Hack ttf font builds with ttfautohint
|
||||
# Executable: ttfautohint (http://www.freetype.org/ttfautohint/doc/ttfautohint.html)
|
||||
|
||||
|
||||
# Hack-Regular.ttf
|
||||
ttfautohint -l 4 -r 80 -G 350 -x 0 -H 181 -D latn -f latn -w G -W -t -X "" -I -m "Hack-Regular-TA.txt" "../prehinted_builds/Hack-Regular-TT.ttf" "../posthinted_builds/Hack-Regular.ttf"
|
||||
echo "Hack-Regular-TT.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-TT.ttf" "../posthinted_builds/Hack-Bold.ttf"
|
||||
echo "Hack-Bold-TT.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 -m "Hack-Italic-TA.txt" "../prehinted_builds/Hack-Italic-TT.ttf" "../posthinted_builds/Hack-Italic.ttf"
|
||||
echo "Hack-Italic-TT.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 -m "Hack-BoldItalic-TA.txt" "../prehinted_builds/Hack-BoldItalic-TT.ttf" "../posthinted_builds/Hack-BoldItalic.ttf"
|
||||
echo "Hack-BoldItalic-TT.ttf hinted and moved to ../posthinted_builds/Hack-BoldItalic.ttf"
|
||||
@ -1,29 +0,0 @@
|
||||
# ------------------------------------------------------------------
|
||||
#
|
||||
# release.sh
|
||||
# Copyright 2016 Christopher Simpkins
|
||||
# MIT license
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# DESCRIPTION
|
||||
# Moves release ttf build files (after hinting) to the build/ttf path of the repository
|
||||
|
||||
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"
|
||||
|
||||
# Moves release otf build files (after hinting) to the build/otf path of the repository
|
||||
cp ../posthinted_builds/Hack-Regular.otf ../../build/otf/Hack-Regular.otf
|
||||
echo "moved hinted version of Hack-Regular.otf to ../../build/otf/Hack-Regular.otf"
|
||||
cp ../posthinted_builds/Hack-Bold.otf ../../build/otf/Hack-Bold.otf
|
||||
echo "moved hinted version of Hack-Bold.otf to ../../build/otf/Hack-Bold.otf"
|
||||
cp ../posthinted_builds/Hack-Italic.otf ../../build/otf/Hack-Italic.otf
|
||||
echo "moved hinted version of Hack-Italic.otf to ../../build/otf/Hack-Italic.otf"
|
||||
cp ../posthinted_builds/Hack-BoldItalic.otf ../../build/otf/Hack-BoldItalic.otf
|
||||
echo "moved hinted version of Hack-BoldItalic.otf to ../../build/otf/Hack-BoldItalic.otf"
|
||||
Loading…
Reference in New Issue