From f047f23fd41c2a90f269d94985bc7c4cd661bb20 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 12 Jun 2009 17:14:19 +0000 Subject: [PATCH] Try using "Times" on Windows as well --- lib/common/ps_fontmap.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/common/ps_fontmap.txt b/lib/common/ps_fontmap.txt index 1b901a602..9fda37bfd 100644 --- a/lib/common/ps_fontmap.txt +++ b/lib/common/ps_fontmap.txt @@ -1,5 +1,7 @@ #ifdef DARWIN #define TIMES "Times" +#elseifdef WIN32 +#define TIMES "Times" #else #define TIMES "Times Roman" #endif -- 2.40.0