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

FTGlyph.cpp

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

Generated on Mon Aug 16 18:47:18 2004 for FTGL by doxygen 1.3.6