Przeglądaj źródła

added license to autohint.sh

Chris Simpkins 9 lat temu
rodzic
commit
3cc971047b
2 zmienionych plików z 14 dodań i 1 usunięć
  1. 13 0
      postbuild_processing/tt-hinting/autohint.sh
  2. 1 1
      tools/makeufo.sh

+ 13 - 0
postbuild_processing/tt-hinting/autohint.sh

@@ -1,3 +1,16 @@
+# ------------------------------------------------------------------
+#
+#  autohint.sh
+#  Copyright 2015 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 "../prehinted_builds/Hack-Regular.ttf" "../posthinted_builds/Hack-Regular.ttf"
 echo "Hack-Regular.ttf hinted and moved to ../posthinted_builds/Hack-Regular.ttf"

+ 1 - 1
tools/makeufo.sh

@@ -8,7 +8,7 @@
 
 # DESCRIPTION
 # Creates UFO font source files from FontLab Studio .vfb source files
-# Dependency: vfb2ufo (http://blog.fontlab.com/font-utility/vfb2ufo/)
+# Executable: vfb2ufo (http://blog.fontlab.com/font-utility/vfb2ufo/)
 
 # PostScript Source Files
 vfb2ufo -fo -ttx -64 -p ../source/ufo ../source/vfb/Hack-Regular-PS.vfb