Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_FreeGlut_Tools / INC / GLUTFont.h
diff --git a/WCudaMSE/API_Bilat_FreeGlut_Tools/INC/GLUTFont.h b/WCudaMSE/API_Bilat_FreeGlut_Tools/INC/GLUTFont.h
new file mode 100755 (executable)
index 0000000..0044055
--- /dev/null
@@ -0,0 +1,38 @@
+#ifndef GLUT_FONT_H\r
+#define GLUT_FONT_H\r
+#include "Font_A.h"\r
+#include "envFreeGlutTools.h"\r
+#include "GLConfig.h"\r
+\r
+\r
+#include <string>\r
+\r
+using std::string;\r
+\r
+class CBI_FREEGLUT_TOOLS GLUTFont: public Font_A\r
+    {\r
+    public:\r
+       /**\r
+        * fontWidth and fontHeight in pixels\r
+        *\r
+        * glutFont :\r
+        *\r
+        *      GLUT_BITMAP_8_BY_13, 8x13 pixels\r
+        *      GLUT_BITMAP_9_BY_15, 9x15 pixels\r
+        *      GLUT_BITMAP_TIMES_ROMAN_10\r
+        *      GLUT_BITMAP_TIMES_ROMAN_24\r
+        *      GLUT_BITMAP_HELVETICA_10\r
+        *      GLUT_BITMAP_HELVETICA_12\r
+        *      GLUT_BITMAP_HELVETICA_18\r
+        */\r
+       GLUTFont(int fontHeight,void* glutFont);\r
+       GLUTFont(const GLUTFont& source);\r
+       virtual ~GLUTFont();\r
+\r
+\r
+    public:\r
+       void* glutFont;\r
+\r
+    };\r
+\r
+#endif\r