Main Page | Class Hierarchy | Data Structures | File List | Data Fields | Globals

FTGlyph.cpp

Go to the documentation of this file.
00001 #include    "FTGlyph.h"
00002 
00003 
00004 FTGlyph::FTGlyph( FT_GlyphSlot glyph, bool useList)
00005 :   useDisplayList(useList),
00006     err(0)  
00007 {
00008     if( glyph)
00009     {
00010         bBox = FTBBox( glyph);
00011         advance = FTPoint( glyph->advance.x / 64.0f, glyph->advance.y / 64.0f, 0.0f);
00012     }
00013 }
00014 
00015 
00016 FTGlyph::~FTGlyph()
00017 {}

Generated on Sun Dec 5 22:24:06 2004 for FTGL by doxygen 1.3.6