Apparently, pango on MacOSX like "Times New Roman" but barfs on "Times Roman"
authorellson <devnull@localhost>
Fri, 13 Mar 2009 23:32:24 +0000 (23:32 +0000)
committerellson <devnull@localhost>
Fri, 13 Mar 2009 23:32:24 +0000 (23:32 +0000)
   It seems to be singularly stupid on Macs.  If the fontname
   doesn't exactly match a font-filename then it gives you Sans!
Change to simply "Times" as being the lowest common denominator.
(Well, I suppose "Serif" would be lower)

lib/common/ps_fontmap.txt

index 9feab4ec2a9ec982514b10626cd36f13e3b1fe2b..67ae83fa2e0ceea162ac64defbf3bbe01791d11d 100644 (file)
@@ -1,6 +1,5 @@
-#define TIMES "Times Roman"
+#define TIMES "Times"
 #define COURIER "Courier"
-#define HELVETICA "Arial"
-#define HELVETICA "Arial"
+#define HELVETICA "Helvetica"
 #define SYMBOL "Symbol"
-#define PALATINO "Palatino Linotype"
+#define PALATINO "Palatino"