From: Alex van den Bogaerdt Date: Sat, 6 Apr 2002 12:40:59 +0000 (+0000) Subject: Different default font when WIN32 is defined X-Git-Tag: 1.2rc1~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45acdb5d416ca43199778b78d8a6188d9f0db0a5;p=thirdparty%2Frrdtool-1.x.git Different default font when WIN32 is defined git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@117 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_graph.c b/src/rrd_graph.c index 5f5ab274..27627178 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -21,9 +21,13 @@ #ifndef RRD_DEFAULT_FONT +#ifdef WIN32 +#define RRD_DEFAULT_FONT "c:/winnt/fonts/COUR.TTF" +#else #define RRD_DEFAULT_FONT "/usr/share/fonts/truetype/openoffice/ariosor.ttf" /* #define RRD_DEFAULT_FONT "/usr/share/fonts/truetype/Arial.ttf" */ #endif +#endif text_prop_t text_prop[] = {