summaryrefslogtreecommitdiff
path: root/gs/toolbin/drawafm.ps
diff options
context:
space:
mode:
Diffstat (limited to 'gs/toolbin/drawafm.ps')
-rw-r--r--gs/toolbin/drawafm.ps12
1 files changed, 6 insertions, 6 deletions
diff --git a/gs/toolbin/drawafm.ps b/gs/toolbin/drawafm.ps
index e4e1d2251..a8403b6bc 100644
--- a/gs/toolbin/drawafm.ps
+++ b/gs/toolbin/drawafm.ps
@@ -1,6 +1,6 @@
% Draw all glyphs from the AFM
%
-% expects AFM to be the file for the font
+% expects AFM to be the file for the font
%
% For example:
%
@@ -28,12 +28,12 @@
/skiptokens {
true 3 1 roll
{ token { pop } { not () exit } ifelse } repeat
- exch
+ exch
} bind def
% --------------------------------------------------------------------
% Find the /FontName line and load that font
-/FontName searchtoken
+/FontName searchtoken
token not {
(OOPS: /FontName line didn't have a name following) = flush quit
} if
@@ -71,9 +71,9 @@ findfont FONTSIZE scalefont setfont
[ exch
4 {
token not {
- (OOPS: C line missing Metrics value) = flush quit
- } if
- exch
+ (OOPS: C line missing Metrics value) = flush quit
+ } if
+ exch
} repeat
pop % discard remaining paramters
] /Metrics exch def