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

Go to the source code of this file.

Data Structures

class  FTPixmapGlyph
 FTPixmapGlyph is a specialisation of FTGlyph for creating pixmaps. More...
 

Functions

FTGLglyphftglCreatePixmapGlyph (FT_GlyphSlot glyph)
 Create a specialisation of FTGLglyph for creating pixmaps.
 

Function Documentation

◆ ftglCreatePixmapGlyph()

FTGLglyph * ftglCreatePixmapGlyph ( FT_GlyphSlot  glyph)

Create a specialisation of FTGLglyph for creating pixmaps.

Parameters
glyphThe Freetype glyph to be processed
Returns
An FTGLglyph* object.