Commit a289e4ecc5a223929af154ebe2ffdad6cc9cf002

henry 2002-06-21T08:22:34

Added hash define for windows fonts

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/demo/FTGLDemo.cpp b/demo/FTGLDemo.cpp
index 9cd1f5a..317fd96 100644
--- a/demo/FTGLDemo.cpp
+++ b/demo/FTGLDemo.cpp
@@ -25,6 +25,10 @@
 	#define FONT_FILE "/Users/henry/Development/PROJECTS/FTGL/ftglcvs/FTGL/demo/arial.ttf"
 	#define FONT_INFO "/Users/henry/Development/PROJECTS/FTGL/ftglcvs/FTGL/demo/arial.ttf"
 #endif
+#ifdef WIN32
+	#define FONT_FILE "C:\\WINNT\\Fonts\\arial.ttf"
+	#define FONT_INFO "C:\\WINNT\\Fonts\\arial.ttf"
+#endif
 
 #define EDITING 1
 #define INTERACTIVE 2