FTGL 2.1.3~rc5
|
FTOutlineGlyph is a specialisation of FTGlyph for creating outlines. More...
#include <FTOutlineGlyph.h>
Public Member Functions | |
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. |
FTOutlineGlyph is a specialisation of FTGlyph for creating outlines.
Definition at line 42 of file FTOutlineGlyph.h.
FTOutlineGlyph::FTOutlineGlyph | ( | FT_GlyphSlot | glyph, |
float | outset, | ||
bool | useDisplayList | ||
) |
Constructor.
Sets the Error to Invalid_Outline if the glyphs isn't an outline.
glyph | The Freetype glyph to be processed |
outset | outset distance |
useDisplayList | Enable or disable the use of Display Lists for this glyph true turns ON display lists. false turns OFF display lists. |
virtual FTOutlineGlyph::~FTOutlineGlyph | ( | ) | [virtual] |
Destructor.
Render this glyph at the current pen position.
pen | The current pen position. |
renderMode | Render mode to display |
Implements FTGlyph.