| FTGL
    2.4.0
    | 
#include <FTGL/ftgl.h>Go to the source code of this file.
| Data Structures | |
| class | FTPolygonGlyph | 
| FTPolygonGlyph is a specialisation of FTGlyph for creating tessellated polygon glyphs.  More... | |
| Macros | |
| #define | FTPolyGlyph FTPolygonGlyph | 
| Functions | |
| FTGLglyph * | ftglCreatePolygonGlyph (FT_GlyphSlot glyph, float outset, int useDisplayList) | 
| Create a specialisation of FTGLglyph for creating tessellated polygon glyphs.  More... | |
| #define FTPolyGlyph FTPolygonGlyph | 
Definition at line 74 of file FTPolyGlyph.h.
| FTGLglyph* ftglCreatePolygonGlyph | ( | FT_GlyphSlot | glyph, | 
| float | outset, | ||
| int | useDisplayList | ||
| ) | 
Create a specialisation of FTGLglyph for creating tessellated polygon glyphs.
| glyph | The Freetype glyph to be processed | 
| outset | outset contour size | 
| useDisplayList | Enable or disable the use of Display Lists for this glyph trueturns ON display lists.falseturns OFF display lists. | 
 1.8.15
 1.8.15