times roman -> Times New Roman
authorarif <devnull@localhost>
Fri, 12 Jun 2009 19:58:20 +0000 (19:58 +0000)
committerarif <devnull@localhost>
Fri, 12 Jun 2009 19:58:20 +0000 (19:58 +0000)
lib/common/ps_fontmap.txt

index 9fda37bfdcf09158bfc978b86333c6d85a9327c9..0f980cc990163132b77d2e7f4a214109d6a5db33 100644 (file)
@@ -3,6 +3,9 @@
 #elseifdef WIN32
 #define TIMES "Times"
 #else
+#ifdef WIN32
+#define TIMES "Times New Roman"
+#else
 #define TIMES "Times Roman"
 #endif
 #define COURIER "Courier"