projects
/
chise
/
omega.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472625f
)
created.
author
imiyazaki
<imiyazaki>
Wed, 29 Mar 2006 05:08:19 +0000
(
05:08
+0000)
committer
imiyazaki
<imiyazaki>
Wed, 29 Mar 2006 05:08:19 +0000
(
05:08
+0000)
eps2t1.pfe
[new file with mode: 0644]
patch
|
blob
diff --git a/eps2t1.pfe
b/eps2t1.pfe
new file mode 100644
(file)
index 0000000..
0f301a0
--- /dev/null
+++ b/
eps2t1.pfe
@@ -0,0
+1,10
@@
+#!/usr/local/bin/fontforge
+
+Open($1)
+SelectAll()
+Simplify()
+Simplify(-1,5)
+RemoveOverlap()
+AutoHint()
+Generate($1)
+Close()