Edit

kc3-lang/ftgl/src/FTGlyph.cpp

Branch :

  • Show log

    Commit

  • Author : henry
    Date : 2002-06-20 08:22:06
    Hash : 9013e3ec
    Message : Changes for VTK Removed tabs Removed mmgr Optimisations for loading pixel based fonts Minor changes

  • src/FTGlyph.cpp
  • #include    "FTGlyph.h"
    
    
    FTGlyph::FTGlyph()
    :   advance(0),
        err(0)  
    {
        pos.x = 0;
        pos.y = 0;
    }
    
    
    FTGlyph::~FTGlyph()
    {}