#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. | |
|
|
Definition at line 77 of file FTExtrdGlyph.h. |
|
||||||||||||||||||||||||
|
Create a specialisation of FTGLglyph for creating tessellated extruded polygon glyphs.
|
1.4.6