Go to the documentation of this file.
29 # warning This header is deprecated. Please use <FTGL/ftgl.h> from now.
33 #ifndef __FTPixmapFont__
34 #define __FTPixmapFont__
64 size_t bufferSizeInBytes);
84 #define FTGLPixmapFont FTPixmapFont
115 #endif // __FTPixmapFont__
FTGlyph is the base class for FTGL glyphs.
FTPixmapFont is a specialisation of the FTFont class for handling Pixmap (Grey Scale) fonts.
friend class FTPixmapFont
FTGLfont * ftglCreatePixmapFontFromMem(const unsigned char *bytes, size_t len)
Create a specialised FTGLfont object for handling pixmap (grey scale) fonts from a buffer in memory.
virtual FTGlyph * MakeGlyph(FT_GlyphSlot slot)=0
Construct a glyph of the correct type.
struct _FTGLfont FTGLfont
FTGLfont * ftglCreatePixmapFont(const char *file)
Create a specialised FTGLfont object for handling pixmap (grey scale) fonts.
#define FTGL_BEGIN_C_DECLS
FTFont is the public interface for the FTGL library.