#include <FTBufferGlyph.h>

Public Member Functions | |
| FTBufferGlyph (FT_GlyphSlot glyph, FTBuffer *buffer) | |
| Constructor. | |
| virtual | ~FTBufferGlyph () |
| Destructor. | |
| virtual const FTPoint & | Render (const FTPoint &pen, int renderMode) |
| Render this glyph at the current pen position. | |
Definition at line 40 of file FTBufferGlyph.h.
| FTBufferGlyph::FTBufferGlyph | ( | FT_GlyphSlot | glyph, | |
| FTBuffer * | buffer | |||
| ) |
Constructor.
| glyph | The Freetype glyph to be processed | |
| buffer | An FTBuffer object in which to render the glyph. |
| virtual FTBufferGlyph::~FTBufferGlyph | ( | ) | [virtual] |
Destructor.
Render this glyph at the current pen position.
| pen | The current pen position. | |
| renderMode | Render mode to display |
Implements FTGlyph.
1.5.7.1