summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos H. Woehrmann <marcos.woehrmann@artifex.com>2007-05-09 06:37:44 +0000
committerMarcos H. Woehrmann <marcos.woehrmann@artifex.com>2007-05-09 06:37:44 +0000
commitab5f2da2a09480a493bdf6b954ab73bafd6bc856 (patch)
treef90811ed99d2941e5522874630ff72bb379262ec
parentb82990a55f2a745a47cb65916d597e6f527f9e84 (diff)
downloadghostpdl-ab5f2da2a09480a493bdf6b954ab73bafd6bc856.tar.gz
Added entries to alias Arial to ArialMT and TimesNewRoman to TimesNewRomanPSMT. This is useful when running on
windows. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@7932 a1074d23-0009-0410-80fe-cf8c14f379e6
-rw-r--r--gs/lib/Fontmap.GS11
1 files changed, 11 insertions, 0 deletions
diff --git a/gs/lib/Fontmap.GS b/gs/lib/Fontmap.GS
index 0b89e3ffd..ca74bdd39 100644
--- a/gs/lib/Fontmap.GS
+++ b/gs/lib/Fontmap.GS
@@ -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 ;
+