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