File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
postbuild_processing/tt-hinting Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ # ------------------------------------------------------------------
2+ #
3+ # autohint.sh
4+ # Copyright 2015 Christopher Simpkins
5+ # MIT license
6+ #
7+ # ------------------------------------------------------------------
8+
9+ # DESCRIPTION
10+ # Applies hints to the Hack ttf font builds with ttfautohint
11+ # Executable: ttfautohint (http://www.freetype.org/ttfautohint/doc/ttfautohint.html)
12+
13+
114# Hack-Regular.ttf
215ttfautohint -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"
316echo " Hack-Regular.ttf hinted and moved to ../posthinted_builds/Hack-Regular.ttf"
Original file line number Diff line number Diff line change 88
99# DESCRIPTION
1010# Creates UFO font source files from FontLab Studio .vfb source files
11- # Dependency : vfb2ufo (http://blog.fontlab.com/font-utility/vfb2ufo/)
11+ # Executable : vfb2ufo (http://blog.fontlab.com/font-utility/vfb2ufo/)
1212
1313# PostScript Source Files
1414vfb2ufo -fo -ttx -64 -p ../source/ufo ../source/vfb/Hack-Regular-PS.vfb
You can’t perform that action at this time.
0 commit comments