| FTGL
    2.4.0
    | 
FTPolygonGlyph is a specialisation of FTGlyph for creating tessellated polygon glyphs. More...
#include <FTTriangleExtractorGlyph.h>
| Public Member Functions | |
| FTTriangleExtractorGlyph (FT_GlyphSlot glyph, float outset, std::vector< float > &triangles) | |
| Constructor.  More... | |
| virtual | ~FTTriangleExtractorGlyph () | 
| Destructor.  More... | |
| virtual const FTPoint & | Render (const FTPoint &pen, int renderMode) | 
| Render this glyph at the current pen position.  More... | |
|  Public Member Functions inherited from FTGlyph | |
| virtual | ~FTGlyph () | 
| Destructor.  More... | |
| virtual float | Advance () const | 
| Return the advance width for this glyph.  More... | |
| virtual const FTBBox & | BBox () const | 
| Return the bounding box for this glyph.  More... | |
| virtual FT_Error | Error () const | 
| Queries for errors.  More... | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from FTGlyph | |
| FTGlyph (FT_GlyphSlot glyph) | |
| Create a glyph.  More... | |
FTPolygonGlyph is a specialisation of FTGlyph for creating tessellated polygon glyphs.
Definition at line 42 of file FTTriangleExtractorGlyph.h.
| FTTriangleExtractorGlyph::FTTriangleExtractorGlyph | ( | FT_GlyphSlot | glyph, | 
| float | outset, | ||
| std::vector< float > & | triangles | ||
| ) | 
Constructor.
Sets the Error to Invalid_Outline if the glyphs isn't an outline.
| glyph | The Freetype glyph to be processed | 
| outset | The outset distance | 
| useDisplayList | Enable or disable the use of Display Lists for this glyph trueturns ON display lists.falseturns OFF display lists. | 
| 
 | virtual | 
Destructor.
| 
 | virtual | 
Render this glyph at the current pen position.
| pen | The current pen position. | 
| renderMode | Render mode to display | 
Implements FTGlyph.
 1.8.15
 1.8.15