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