diff options
Diffstat (limited to 'Master/texmf-dist/source/fonts/hfbright/simplify-rename.pe')
-rw-r--r-- | Master/texmf-dist/source/fonts/hfbright/simplify-rename.pe | 14 |
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); |