|
FTGL
2.1.3~rc5
|
#include <FTGL/ftgl.h>Go to the source code of this file.
Data Structures | |
| class | FTExtrudeGlyph |
| FTExtrudeGlyph is a specialisation of FTGlyph for creating tessellated extruded polygon glyphs. More... | |
Defines | |
| #define | FTExtrdGlyph FTExtrudeGlyph |
Functions | |
| FTGLglyph * | ftglCreateExtrudeGlyph (FT_GlyphSlot glyph, float depth, float frontOutset, float backOutset, int useDisplayList) |
| Create a specialisation of FTGLglyph for creating tessellated extruded polygon glyphs. | |
| #define FTExtrdGlyph FTExtrudeGlyph |
Definition at line 77 of file FTExtrdGlyph.h.
| FTGLglyph* ftglCreateExtrudeGlyph | ( | FT_GlyphSlot | glyph, |
| float | depth, | ||
| float | frontOutset, | ||
| float | backOutset, | ||
| int | useDisplayList | ||
| ) |
Create a specialisation of FTGLglyph for creating tessellated extruded polygon glyphs.
| glyph | The Freetype glyph to be processed |
| depth | The distance along the z axis to extrude the glyph |
| frontOutset | outset contour size |
| backOutset | outset contour size |
| useDisplayList | Enable or disable the use of Display Lists for this glyph true turns ON display lists. false turns OFF display lists. |
1.7.6.1