Go to the documentation of this file.
29 # warning This header is deprecated. Please use <FTGL/ftgl.h> from now.
33 #ifndef __FTBitmapFont__
34 #define __FTBitmapFont__
64 size_t bufferSizeInBytes);
84 #define FTGLBitmapFont FTBitmapFont
102 #endif // __FTBitmapFont__
FTGlyph is the base class for FTGL glyphs.
struct _FTGLfont FTGLfont
#define FTGL_BEGIN_C_DECLS
FTFont is the public interface for the FTGL library.
FTGLfont * ftglCreateBitmapFont(const char *file)
Create a specialised FTGLfont object for handling bitmap fonts.
~FTBitmapFont()
Destructor.
virtual FTGlyph * MakeGlyph(FT_GlyphSlot slot)
Construct a glyph of the correct type.
FTBitmapFont(const char *fontFilePath)
Open and read a font file.
FTBitmapFont(const unsigned char *pBufferBytes, size_t bufferSizeInBytes)
Open and read a font from a buffer in memory.
FTBitmapFont is a specialisation of the FTFont class for handling Bitmap fonts.