Go to the source code of this file.
|  | 
| FTGLglyph * | ftglCreateExtrudeGlyph (FT_GlyphSlot glyph, float depth, float frontOutset, float backOutset, int useDisplayList) | 
|  | Create a specialisation of FTGLglyph for creating tessellated extruded polygon glyphs.  More... 
 | 
|  | 
◆ FTExtrdGlyph
◆ ftglCreateExtrudeGlyph()
      
        
          | 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 |  | 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 trueturns ON display lists.falseturns OFF display lists. |  
 
- Returns
- An FTGLglyph* object.