Hash : 486a0751 Author : Date : 2001-09-16T21:27:52
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#include "FTGlyph.h" // OPSignature: FTGlyph:FTGlyph( FT_Face:face int:glyphIndex ) FTGlyph::FTGlyph() : advance(0), err(0) { pos.x = 0; pos.y = 0; } // OPSignature: FTGlyph:~FTGlyph() FTGlyph::~FTGlyph() {}