From: alex Date: Sat, 6 Apr 2002 12:40:59 +0000 (+0000) Subject: Different default font when WIN32 is defined X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=7c88491f1f8cf72acdf6dca93c967f6b2fde91e9 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 5f5ab27..2762717 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[] = {