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