summaryrefslogtreecommitdiff
path: root/fonts/ps-type1/hfbright/simplify-rename.pe
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/ps-type1/hfbright/simplify-rename.pe
Initial commit
Diffstat (limited to 'fonts/ps-type1/hfbright/simplify-rename.pe')
-rwxr-xr-xfonts/ps-type1/hfbright/simplify-rename.pe14
1 files changed, 14 insertions, 0 deletions
diff --git a/fonts/ps-type1/hfbright/simplify-rename.pe b/fonts/ps-type1/hfbright/simplify-rename.pe
new file mode 100755
index 0000000000..f0d497ecd6
--- /dev/null
+++ b/fonts/ps-type1/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);