Skip to content

Commit 3cc9710

Browse files
committed
added license to autohint.sh
1 parent b691bb1 commit 3cc9710

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

postbuild_processing/tt-hinting/autohint.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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
215
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"
316
echo "Hack-Regular.ttf hinted and moved to ../posthinted_builds/Hack-Regular.ttf"

tools/makeufo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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
1414
vfb2ufo -fo -ttx -64 -p ../source/ufo ../source/vfb/Hack-Regular-PS.vfb

0 commit comments

Comments
 (0)