diff options
Diffstat (limited to 'Master/tlpkg/tlgs/lib/gs_fntem.ps')
-rw-r--r-- | Master/tlpkg/tlgs/lib/gs_fntem.ps | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/tlgs/lib/gs_fntem.ps b/Master/tlpkg/tlgs/lib/gs_fntem.ps index b5cf479c184..8472d9c4afa 100644 --- a/Master/tlpkg/tlgs/lib/gs_fntem.ps +++ b/Master/tlpkg/tlgs/lib/gs_fntem.ps @@ -13,7 +13,7 @@ % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
% San Rafael, CA 94903, U.S.A., +1(415)492-9861.
-% $Id: gs_fntem.ps 8022 2007-06-05 22:23:38Z giles $
+% $Id: gs_fntem.ps 8274 2007-10-09 00:06:24Z leonardo $
% A procset for Postscript font emulation
% The procedures must not depend on the presence of the
@@ -344,7 +344,9 @@ currentdict end def dup /CIDSystemInfo get /Ordering get cvn
} if
dup type /nametype eq {
- //SubstNWP exch get % <<font>> [SubstNWP]
+ //SubstNWP exch .knownget not {
+ []
+ } if % <<font>> [SubstNWP]
} if
1 index exch /SubstNWP exch put
} if
|