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