From: ellson Date: Thu, 19 Jul 2007 15:19:54 +0000 (+0000) Subject: fixes for b828 - fontsize in SVG output X-Git-Tag: LAST_LIBGRAPH~32^2~5509 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2fe2836a6ae918ff8f2bfb6b6230fc13d020242;p=graphviz fixes for b828 - fontsize in SVG output --- diff --git a/lib/common/ps_fontmap.txt b/lib/common/ps_fontmap.txt index a0e7e30dc..34ebe4f35 100644 --- a/lib/common/ps_fontmap.txt +++ b/lib/common/ps_fontmap.txt @@ -1,14 +1,6 @@ -#ifdef WIN32 #define TIMES "Times New Roman" #define COURIER "Courier" #define HELVETICA "Arial" #define HELVETICA "Arial" #define SYMBOL "Symbol" #define PALATINO "Palatino Linotype" -#else -#define TIMES "Nimbus Roman No9 L" -#define COURIER "Nimbus Mono L" -#define HELVETICA "Nimbus Sans L" -#define SYMBOL "Standard Symbols L" -#define PALATINO "URW Palladio L" -#endif