summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/hfbright/simplify-rename.pe
diff options
context:
space:
mode:
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, 0 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/fonts/hfbright/simplify-rename.pe b/Master/texmf-dist/source/fonts/hfbright/simplify-rename.pe
deleted file mode 100644
index f0d497ecd6b..00000000000
--- a/Master/texmf-dist/source/fonts/hfbright/simplify-rename.pe
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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);