We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9aa53 commit b691bb1Copy full SHA for b691bb1
tools/makeufo.sh
@@ -1,4 +1,14 @@
1
-# Creates UFO source files from FontLab Studio .vfb source files
+# ------------------------------------------------------------------
2
+#
3
+# makeufo.sh
4
+# Copyright 2015 Christopher Simpkins
5
+# MIT license
6
7
8
+
9
+# DESCRIPTION
10
+# Creates UFO font source files from FontLab Studio .vfb source files
11
+# Dependency: vfb2ufo (http://blog.fontlab.com/font-utility/vfb2ufo/)
12
13
# PostScript Source Files
14
vfb2ufo -fo -ttx -64 -p ../source/ufo ../source/vfb/Hack-Regular-PS.vfb
0 commit comments