Hash :
019af0d2
Author :
Date :
2001-07-26T05:11:34
#ifndef __FTGLPixmapFont__
#define __FTGLPixmapFont__
#include "FTFont.h"
class FTPixmapGlyph;
class FTGLPixmapFont : public FTFont
{
public:
// methods
FTGLPixmapFont();
~FTGLPixmapFont();
private:
// methods
bool MakeGlyphList();
// attributes
FTPixmapGlyph* tempGlyph;
};
#endif // __FTGLPixmapFont__