From: erg Date: Thu, 20 Jan 2011 20:12:21 +0000 (+0000) Subject: Map Times-Roman to Times for all non-Windows machines. X-Git-Tag: LAST_LIBGRAPH~32^2~1099 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4738d9671b8c0a9367eca4f57e932a2437a15f4f;p=graphviz Map Times-Roman to Times for all non-Windows machines. --- 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"