diff options
Diffstat (limited to 'Master/tlpkg/tlgs/lib/wftopfa.ps')
-rw-r--r-- | Master/tlpkg/tlgs/lib/wftopfa.ps | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/tlpkg/tlgs/lib/wftopfa.ps b/Master/tlpkg/tlgs/lib/wftopfa.ps index 7d79afd525c..72227f723f7 100644 --- a/Master/tlpkg/tlgs/lib/wftopfa.ps +++ b/Master/tlpkg/tlgs/lib/wftopfa.ps @@ -1,19 +1,19 @@ % Copyright (C) 1995, 1996 Aladdin Enterprises. All rights reserved. -% +% % This software is provided AS-IS with no warranty, either express or % implied. -% +% % This software is distributed under license and may not be copied, % modified or distributed except as expressly authorized under the terms % of the license contained in the file LICENSE in this distribution. -% +% % For more information about licensing, please refer to % http://www.ghostscript.com/licensing/. For information on % commercial licensing, go to http://www.artifex.com/licensing/ or % contact Artifex Software, Inc., 101 Lucas Valley Road #110, % San Rafael, CA 94903, U.S.A., +1(415)492-9861. -% $Id: wftopfa.ps 6300 2005-12-28 19:56:24Z giles $ +% $Id$ % wftopfa.ps % Convert a Wadalab base font to .PFA (or .PFB) format. @@ -47,13 +47,13 @@ wftopfa_dict begin { dup rdstring readline not { pop exit } if dup length 15 ge { dup dup length 7 sub 7 getinterval (> CompD) eq - { token pop exch token pop exch pop - dup 0 get /highcode exch def - exch chars 3 1 roll put - } - { pop - } - ifelse + { token pop exch token pop exch pop + dup 0 get /highcode exch def + exch chars 3 1 roll put + } + { pop + } + ifelse } { pop } @@ -77,7 +77,7 @@ wftopfa_dict begin /FontInfo 20 dict def FontInfo begin - % Write the clear text part. + % Write the clear text part. /CreationDate (%Calendar%) currentdevparams dup /Weekday get {(Sun )(Mon )(Tue )(Wed )(Thu )(Fri )(Sat )} exch get @@ -269,7 +269,7 @@ ifelse /fontname exch def [ templates { wfdir (/) concatstrings exch concatstrings { copystring } - 8192 string filenameforall + 8192 string filenameforall } forall wfdir (/wadalab-sym/*.ps) concatstrings { copystring } |