From a601d511efe90bcbcce0d656c3083be74e5720f7 Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 28 May 2009 02:28:47 +0000 Subject: [PATCH] attempting to special-case MacOS-X to use "Times" instead of "Times New Roman" for the default "Times-Roman" --- lib/common/ps_fontmap.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/common/ps_fontmap.txt b/lib/common/ps_fontmap.txt index 341b69dc1..c6d46a3d5 100644 --- a/lib/common/ps_fontmap.txt +++ b/lib/common/ps_fontmap.txt @@ -1,4 +1,8 @@ +#ifdef DARWIN +#define TIMES "Times" +#else #define TIMES "Times New Roman" +##endif #define COURIER "Courier" #define HELVETICA "Helvetica" #define SYMBOL "Symbol" -- 2.40.0