Go to the documentation of this file.
29 # warning This header is deprecated. Please use <FTGL/ftgl.h> from now.
33 #ifndef __FTOutlineGlyph__
34 #define __FTOutlineGlyph__
93 #endif // __FTOutlineGlyph__
FTGlyph is the base class for FTGL glyphs.
struct _FTGLglyph FTGLglyph
FTOutlineGlyph is a specialisation of FTGlyph for creating outlines.
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
virtual ~FTOutlineGlyph()
Destructor.
FTOutlineGlyph(FT_GlyphSlot glyph, float outset, bool useDisplayList)
Constructor.
FTGLglyph * ftglCreateOutlineGlyph(FT_GlyphSlot glyph, float outset, int useDisplayList)
Create a specialisation of FTGLglyph for creating outlines.