#include <FTBitmapGlyph.h>
Inheritance diagram for FTBitmapGlyph:
Public Member Functions | |
FTBitmapGlyph (FT_Glyph glyph) | |
Constructor. | |
virtual | ~FTBitmapGlyph () |
Destructor. | |
virtual float | Render (const FTPoint &pen) |
Renders this glyph at the current pen position. |
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.
|
Constructor.
Definition at line 5 of file FTBitmapGlyph.cpp. References FTGlyph::err, FTPoint::x, and FTPoint::y. |
|
Destructor.
Definition at line 50 of file FTBitmapGlyph.cpp. |
|
Renders this glyph at the current pen position.
Implements FTGlyph. Definition at line 56 of file FTBitmapGlyph.cpp. References FTGlyph::advance, FTPoint::x, and FTPoint::y. |