Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members

FTOutlineGlyph.h

Go to the documentation of this file.
00001 #ifndef     __FTOutlineGlyph__
00002 #define     __FTOutlineGlyph__
00003 
00004 #include <ft2build.h>
00005 #include FT_FREETYPE_H
00006 #include FT_GLYPH_H
00007 
00008 #include "FTGL.h"
00009 #include "FTGlyph.h"
00010 
00011 class FTVectoriser;
00012 
00013 
00021 class FTGL_EXPORT FTOutlineGlyph : public FTGlyph
00022 {
00023     public:
00029         FTOutlineGlyph( FT_Glyph glyph);
00030 
00034         virtual ~FTOutlineGlyph();
00035 
00042         virtual float Render( const FTPoint& pen);
00043         
00044     private:        
00048         GLuint glList;
00049     
00050 };
00051 
00052 
00053 #endif  //  __FTOutlineGlyph__
00054 

Generated on Mon Aug 25 15:16:38 2003 for FTGL by doxygen 1.3.3