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