tgFont.h
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): Thomas Mörwald , Michael Zillich , Andreas Richtsfeld , Johann Prankl , Markus Vincze , Bence Magyar
autogenerated on Wed Aug 26 2015 15:24:12