[gs-cvs] rev 7932 - trunk/gs/lib
marcos at ghostscript.com
marcos at ghostscript.com
Tue May 8 23:37:44 PDT 2007
Author: marcos
Date: 2007-05-08 23:37:44 -0700 (Tue, 08 May 2007)
New Revision: 7932
Modified:
trunk/gs/lib/Fontmap.GS
Log:
Added entries to alias Arial to ArialMT and TimesNewRoman to TimesNewRomanPSMT. This is useful when running on
windows.
Modified: trunk/gs/lib/Fontmap.GS
===================================================================
--- trunk/gs/lib/Fontmap.GS 2007-05-09 03:21:39 UTC (rev 7931)
+++ trunk/gs/lib/Fontmap.GS 2007-05-09 06:37:44 UTC (rev 7932)
@@ -401,3 +401,14 @@
% the SymbolEncoding.
/Hershey-Symbol (hrsyr.gsf) ; % 5066567
+
+/Arial /ArialMT ;
+/Arial,Bold /Arial-BoldMT ;
+/Arial,Italic /Arial-ItalicMT ;
+/Arial,BoldItalic /Arial-BoldItalicMT ;
+
+/TimesNewRoman /TimesNewRomanPSMT ;
+/TimesNewRoman,Bold /TimesNewRomanPS-BoldMT ;
+/TimesNewRoman,Italic /TimesNewRomanPS-ItalicMT ;
+/TimesNewRoman,BoldItalic /TimesNewRomanPS-BoldItalicMT ;
+
More information about the gs-cvs
mailing list