FTExtrdGlyph.h File Reference
#include <FTGL/ftgl.h>
Go to the source code of this file.
Define Documentation
Function Documentation
| FTGLglyph* ftglCreateExtrudeGlyph |
( |
FT_GlyphSlot |
glyph, |
|
|
float |
depth, |
|
|
float |
frontOutset, |
|
|
float |
backOutset, |
|
|
int |
useDisplayList | |
|
) |
| | |
Create a specialisation of FTGLglyph for creating tessellated extruded polygon glyphs.
- Parameters:
-
| glyph | The Freetype glyph to be processed - Parameters:
-
| depth | The distance along the z axis to extrude the glyph - Parameters:
-
| frontOutset | outset contour size - Parameters:
-
| backOutset | outset contour size - Parameters:
-
| useDisplayList | Enable or disable the use of Display Lists for this glyph true turns ON display lists. false turns OFF display lists. - Returns:
- An FTGLglyph* object.
|
|
|
|
|