29# warning This header is deprecated. Please use <FTGL/ftgl.h> from now.
33#ifndef __FTPolygonFont__
34#define __FTPolygonFont__
65 size_t bufferSizeInBytes);
86#define FTGLPolygonFont FTPolygonFont
struct _FTGLfont FTGLfont
FTGLfont * ftglCreatePolygonFont(const char *file)
Create a specialised FTGLfont object for handling tesselated polygon mesh fonts.
FTGLfont * ftglCreatePolygonFontFromMem(const unsigned char *bytes, size_t len)
Create a specialised FTGLfont object for handling tesselated polygon mesh fonts from a buffer in memo...
FTFont is the public interface for the FTGL library.
FTGlyph is the base class for FTGL glyphs.
FTPolygonFont is a specialisation of the FTFont class for handling tesselated Polygon Mesh fonts.
FTPolygonFont(const unsigned char *pBufferBytes, size_t bufferSizeInBytes)
Open and read a font from a buffer in memory.
FTPolygonFont(const char *fontFilePath)
Open and read a font file.
~FTPolygonFont()
Destructor.
virtual FTGlyph * MakeGlyph(FT_GlyphSlot slot)
Construct a glyph of the correct type.
#define FTGL_BEGIN_C_DECLS