FTGL 2.4.0
Data Structures | Macros | Functions
FTTriangleExtractorGlyph.h File Reference
#include <FTGL/ftgl.h>
#include <vector>

Go to the source code of this file.

Data Structures

class  FTTriangleExtractorGlyph
 FTPolygonGlyph is a specialisation of FTGlyph for creating tessellated polygon glyphs. More...
 

Macros

#define FTPolyGlyph   FTPolygonGlyph
 

Functions

FTGLglyphftglCreateTriangleExtractorGlyph (FT_GlyphSlot glyph, float outset, int useDisplayList)
 Create a specialisation of FTGLglyph for creating tessellated polygon glyphs.
 

Macro Definition Documentation

◆ FTPolyGlyph

#define FTPolyGlyph   FTPolygonGlyph

Definition at line 73 of file FTTriangleExtractorGlyph.h.

Function Documentation

◆ ftglCreateTriangleExtractorGlyph()

FTGLglyph * ftglCreateTriangleExtractorGlyph ( FT_GlyphSlot  glyph,
float  outset,
int  useDisplayList 
)

Create a specialisation of FTGLglyph for creating tessellated polygon glyphs.

Parameters
glyphThe Freetype glyph to be processed
outsetoutset contour size
useDisplayListEnable or disable the use of Display Lists for this glyph true turns ON display lists. false turns OFF display lists.
Returns
An FTGLglyph* object.