FTGL 2.1.3~rc5
Data Structures | Defines | Functions
FTPolyGlyph.h File Reference
#include <FTGL/ftgl.h>

Go to the source code of this file.

Data Structures

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

Defines

#define FTPolyGlyph   FTPolygonGlyph

Functions

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

Define Documentation

#define FTPolyGlyph   FTPolygonGlyph

Definition at line 74 of file FTPolyGlyph.h.


Function Documentation

FTGLglyph* ftglCreatePolygonGlyph ( 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.