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