[gs-cvs] rev 8274 - trunk/gs/lib
leonardo at ghostscript.com
leonardo at ghostscript.com
Mon Oct 8 17:06:24 PDT 2007
Author: leonardo
Date: 2007-10-08 17:06:24 -0700 (Mon, 08 Oct 2007)
New Revision: 8274
Modified:
trunk/gs/lib/gs_fntem.ps
Log:
Fix (font emulation) : Could not handle unknown Ordering with FAPI.
DETAILS :
Debugged with running the test case of the bug 689471 with FAPI.
EXPECTED DIFFERENCES :
None,
Modified: trunk/gs/lib/gs_fntem.ps
===================================================================
--- trunk/gs/lib/gs_fntem.ps 2007-10-08 10:05:33 UTC (rev 8273)
+++ trunk/gs/lib/gs_fntem.ps 2007-10-09 00:06:24 UTC (rev 8274)
@@ -344,7 +344,9 @@
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
More information about the gs-cvs
mailing list