Go to the documentation of this file.
29 # warning This header is deprecated. Please use <FTGL/ftgl.h> from now.
33 #ifndef __FTPolygonFont__
34 #define __FTPolygonFont__
64 size_t bufferSizeInBytes);
84 #define FTGLPolygonFont FTPolygonFont
103 #endif // __FTPolygonFont__
friend class FTPolygonFont
FTGlyph is the base class for FTGL glyphs.
FTPolygonFont is a specialisation of the FTFont class for handling tesselated Polygon Mesh fonts.
FTGLfont * ftglCreatePolygonFont(const char *file)
Create a specialised FTGLfont object for handling tesselated polygon mesh fonts.
virtual FTGlyph * MakeGlyph(FT_GlyphSlot slot)=0
Construct a glyph of the correct type.
struct _FTGLfont FTGLfont
#define FTGL_BEGIN_C_DECLS
FTFont is the public interface for the FTGL library.