#include <FTBufferGlyph.h>
Inheritance diagram for FTBufferGlyph:
Definition at line 19 of file FTBufferGlyph.h.
Public Member Functions | |
FTBufferGlyph (FT_GlyphSlot glyph, unsigned char *clientBuffer) | |
Constructor. | |
virtual | ~FTBufferGlyph () |
Destructor. | |
virtual float | Render (const FTPoint &pen) |
Renders this glyph at the current pen position. |
|
Constructor.
Definition at line 3 of file FTBufferGlyph.cpp. References FT_RENDER_MODE_NORMAL. |
|
Destructor.
Definition at line 46 of file FTBufferGlyph.cpp. |
|
Renders this glyph at the current pen position.
Implements FTGlyph. Definition at line 52 of file FTBufferGlyph.cpp. |