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

Go to the source code of this file.

Data Structures

class  FTOutlineGlyph
 FTOutlineGlyph is a specialisation of FTGlyph for creating outlines. More...
 

Functions

FTGLglyphftglCreateOutlineGlyph (FT_GlyphSlot glyph, float outset, int useDisplayList)
 Create a specialisation of FTGLglyph for creating outlines.
 

Function Documentation

◆ ftglCreateOutlineGlyph()

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

Create a specialisation of FTGLglyph for creating outlines.

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.