[gs-cvs] rev 8537 - trunk/gs/lib
leonardo at ghostscript.com
leonardo at ghostscript.com
Fri Feb 22 02:09:30 PST 2008
Author: leonardo
Date: 2008-02-22 02:09:30 -0800 (Fri, 22 Feb 2008)
New Revision: 8537
Modified:
trunk/gs/lib/gs_typ42.ps
Log:
Fix (FAPI) : Embedded fonts didn't work.
DETAILS :
Embedded Type 42 FAPI support was broken since
Revision 7107 Sun Oct 15 17:19:45 2006 UTC (16 months, 1 week ago)
due to premature binding.
EXPECTED DIFFERENCES :
None.
Modified: trunk/gs/lib/gs_typ42.ps
===================================================================
--- trunk/gs/lib/gs_typ42.ps 2008-02-20 21:02:48 UTC (rev 8536)
+++ trunk/gs/lib/gs_typ42.ps 2008-02-22 10:09:30 UTC (rev 8537)
@@ -54,7 +54,7 @@
} bind put
//.buildfont3 exec
} {
- //.buildfont42 exec
+ systemdict /.buildfont42 get exec
} ifelse
} bind
put
More information about the gs-cvs
mailing list