created.
authorimiyazaki <imiyazaki>
Wed, 29 Mar 2006 05:08:19 +0000 (05:08 +0000)
committerimiyazaki <imiyazaki>
Wed, 29 Mar 2006 05:08:19 +0000 (05:08 +0000)
eps2t1.pfe [new file with mode: 0644]

diff --git a/eps2t1.pfe b/eps2t1.pfe
new file mode 100644 (file)
index 0000000..0f301a0
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/local/bin/fontforge
+
+Open($1)
+SelectAll()
+Simplify()
+Simplify(-1,5)
+RemoveOverlap()
+AutoHint()
+Generate($1)
+Close()