#include <FTGL/ftgl.h>
Go to the source code of this file.
Data Structures | |
class | FTBufferGlyph |
FTBufferGlyph is a specialisation of FTGlyph for memory buffer rendering. More... | |
Functions | |
FTGLglyph * | ftglCreateBufferGlyph (FT_GlyphSlot glyph) |
Create a specialisation of FTGLglyph for memory buffer rendering. |
FTGLglyph* ftglCreateBufferGlyph | ( | FT_GlyphSlot | glyph | ) |
Create a specialisation of FTGLglyph for memory buffer rendering.
TODO: fix this prototype
glyph | The Freetype glyph to be processed |