projects
/
rrdtool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fe0327
)
Different default font when WIN32 is defined
author
alex
<alex@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 6 Apr 2002 12:40:59 +0000
(12:40 +0000)
committer
alex
<alex@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 6 Apr 2002 12:40:59 +0000
(12:40 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@117
a5681a0c
-68f1-0310-ab6d-
d61299d08faa
src/rrd_graph.c
patch
|
blob
|
history
diff --git
a/src/rrd_graph.c
b/src/rrd_graph.c
index
5f5ab27
..
2762717
100644
(file)
--- 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[] = {