29# warning This header is deprecated. Please use <FTGL/ftgl.h> from now.
33#ifndef __FTBitmapGlyph__
34#define __FTBitmapGlyph__
FTGLglyph * ftglCreateBitmapGlyph(FT_GlyphSlot glyph)
Create a specialisation of FTGLglyph for creating bitmaps.
struct _FTGLglyph FTGLglyph
FTBitmapGlyph is a specialisation of FTGlyph for creating bitmaps.
virtual ~FTBitmapGlyph()
Destructor.
virtual const FTPoint & Render(const FTPoint &pen, int renderMode)
Render this glyph at the current pen position.
FTBitmapGlyph(FT_GlyphSlot glyph)
Constructor.
FTGlyph is the base class for FTGL glyphs.
FTPoint class is a basic 3-dimensional point or vector.
#define FTGL_BEGIN_C_DECLS