diff options
Diffstat (limited to 'Master/tlpkg/tlgs/lib/pf2afm.ps')
-rw-r--r-- | Master/tlpkg/tlgs/lib/pf2afm.ps | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Master/tlpkg/tlgs/lib/pf2afm.ps b/Master/tlpkg/tlgs/lib/pf2afm.ps index a79cb5b97cd..1977aff4332 100644 --- a/Master/tlpkg/tlgs/lib/pf2afm.ps +++ b/Master/tlpkg/tlgs/lib/pf2afm.ps @@ -24,7 +24,7 @@ % parameters, usually absent from Type 1 fonts. % Tribute: -% $Id: pf2afm.ps 9792 2009-06-13 14:33:18Z alexcher $ +% $Id$ % The program is based on James Clark's <jjc@jclark.uucp> printafm.ps % (with alterations by d.love@dl.ac.uk and L. Peter Deutsch) from % Ghostscript 5.10 distribution. @@ -448,7 +448,6 @@ } ifelse } bind def - % pf[ba]filename makeafm - /makeafm { count 0 eq {(Missing font file name\n) printquit} if @@ -518,7 +517,6 @@ .locksafe } if - pfmn isPFB {pfbn}{pfan} ifelse printafm @@ -536,4 +534,3 @@ } {pop} ifelse - |