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