From 4738d9671b8c0a9367eca4f57e932a2437a15f4f Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 20 Jan 2011 20:12:21 +0000 Subject: [PATCH] Map Times-Roman to Times for all non-Windows machines. --- lib/common/ps_fontmap.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/ps_fontmap.txt b/lib/common/ps_fontmap.txt index dc242c53a..12e53a202 100644 --- a/lib/common/ps_fontmap.txt +++ b/lib/common/ps_fontmap.txt @@ -3,7 +3,7 @@ #elif defined(WIN32) #define TIMES "Times New Roman" #else -#define TIMES "Times Roman" +#define TIMES "Times" #endif #define COURIER "Courier" #define HELVETICA "Helvetica" -- 2.50.1