summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/hfbright/simplify-rename.pe
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-11 23:49:08 +0000
committerKarl Berry <karl@freefriends.org>2006-01-11 23:49:08 +0000
commit10e86525da5f0224078b5bb299e21166a36631fc (patch)
tree4ef035be3ffb624eac1de0eea79c4550a84d2d6c /Master/texmf-dist/source/fonts/hfbright/simplify-rename.pe
parent7f97ebfa628c4d00c1d298daf8b8b5da3781fdb5 (diff)
trunk/Master/texmf-dist/source/fonts
git-svn-id: svn://tug.org/texlive/trunk@111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts/hfbright/simplify-rename.pe')
-rw-r--r--Master/texmf-dist/source/fonts/hfbright/simplify-rename.pe14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/hfbright/simplify-rename.pe b/Master/texmf-dist/source/fonts/hfbright/simplify-rename.pe
new file mode 100644
index 00000000000..f0d497ecd6b
--- /dev/null
+++ b/Master/texmf-dist/source/fonts/hfbright/simplify-rename.pe
@@ -0,0 +1,14 @@
+#!/usr/bin/env pfaedit
+#
+# Mostly copied from mftrace
+# Rename added
+Open ($argv[1]+".pfa");
+MergeKern($argv[2]);
+SelectAll ();
+Simplify ();
+AutoHint ();
+SetFontNames ($argv[4],"Computer Modern Bright",$argv[5],$argv[6],"Part of the hfbright font family by Harald Harders, h.harders@tu-bs.de");
+# SetItalicAngle (0.5,100);
+Generate ("tmp.pfa");
+# Generate ($argv[3]+".pfa");
+Quit (0);