[gs-cvs] rev 6922 - trunk/gs/lib

ray at ghostscript.com ray at ghostscript.com
Wed Jul 19 23:45:51 PDT 2006


Author: ray
Date: 2006-07-19 23:45:50 -0700 (Wed, 19 Jul 2006)
New Revision: 6922

Modified:
   trunk/gs/lib/gs_ttf.ps
Log:
Establish alias glyph names (instead of replacement names) for example
Ldotaccent as an alias for Ldot. Bug 688799 for customer 130.
--this line, and those below, will be ignored--

m    gs_ttf.ps


Modified: trunk/gs/lib/gs_ttf.ps
===================================================================
--- trunk/gs/lib/gs_ttf.ps	2006-07-19 22:52:24 UTC (rev 6921)
+++ trunk/gs/lib/gs_ttf.ps	2006-07-20 06:45:50 UTC (rev 6922)
@@ -145,18 +145,8 @@
 % There are probably a lot more than this!
 % Also see /postalias table below.
 /postremap mark
-  /Cdot /Cdotaccent
-  /Edot /Edotaccent
   /Eoverdot /Edotaccent
-  /Gdot /Gdotaccent
-  /Ldot /Ldotaccent
-  /Zdot /Zdotaccent
-  /cdot /cdotaccent 
-  /edot /edotaccent 
   /eoverdot /edotaccent
-  /gdot /gdotaccent 
-  /ldot /ldotaccent
-  /zdot /zdotaccent 
 .dicttomark readonly def
 
 % Array used for fast pre-filling of cmap array
@@ -1132,6 +1122,16 @@
   /pi1  /pi   % 3.14 symbol  -> greek letter
   /plusinus /plusminus
   /overscore /macron
+  /Cdot /Cdotaccent
+  /Edot /Edotaccent
+  /Gdot /Gdotaccent
+  /Ldot /Ldotaccent
+  /Zdot /Zdotaccent
+  /cdot /cdotaccent 
+  /edot /edotaccent 
+  /gdot /gdotaccent 
+  /ldot /ldotaccent
+  /zdot /zdotaccent 
 .dicttomark readonly def
 
 % - .charkeys /CharStrings <charstrings> /Encoding <encoding>



More information about the gs-cvs mailing list