#include <FTBitmapGlyph.h>
Inheritance diagram for FTBitmapGlyph:
It provides the interface between Freetype glyphs and their openGL Renderable counterparts. This is an abstract class and derived classes must implement the Render
function.
Definition at line 23 of file FTBitmapGlyph.h.
Public Member Functions | |
FTBitmapGlyph (FT_GlyphSlot glyph) | |
Constructor. | |
virtual | ~FTBitmapGlyph () |
Destructor. | |
virtual const FTPoint & | Render (const FTPoint &pen) |
Renders this glyph at the current pen position. |
|
Constructor.
Definition at line 5 of file FTBitmapGlyph.cpp. References FT_RENDER_MODE_MONO. |
|
Destructor.
Definition at line 46 of file FTBitmapGlyph.cpp. |
|
Renders this glyph at the current pen position.
Implements FTGlyph. Definition at line 52 of file FTBitmapGlyph.cpp. References FTPoint::X(), and FTPoint::Y(). |