From 7c88491f1f8cf72acdf6dca93c967f6b2fde91e9 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 6 Apr 2002 12:40:59 +0000 Subject: [PATCH] Different default font when WIN32 is defined git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@117 a5681a0c-68f1-0310-ab6d-d61299d08faa --- src/rrd_graph.c | 4 ++++ 1 file changed, 4 insertions(+) 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[] = { -- 2.11.0