Go to the documentation of this file.00001
00011 #ifndef _TG_FONT_H_
00012 #define _TG_FONT_H_
00013
00014 #ifdef USE_FTGL_FONT
00015 #include <FTGL/ftgl.h>
00016 #endif
00017
00018 namespace TomGine{
00019
00020 class tgFont
00021 {
00022 private:
00023 #ifdef USE_FTGL_FONT
00024 FTFont* m_font;
00025 #endif
00026 public:
00027 tgFont();
00028 ~tgFont();
00029
00030 void Print(const char* text, int size, int pos_x, int pos_y) const;
00031 void Print(const char* text, int size, int pos_x, int pos_y, float x, float y, float z, float a=1) const;
00032
00033 };
00034
00035 }
00036
00037 #endif
blort
Author(s): Michael Zillich,
Thomas Mörwald,
Johann Prankl,
Andreas Richtsfeld,
Bence Magyar (ROS version)
autogenerated on Thu Jan 2 2014 11:38:26