#include <FTTextureGlyph.h>
Inheritance diagram for FTTextureGlyph:
Public Member Functions | |
FTTextureGlyph (FT_Glyph glyph, int id, int xOffset, int yOffset, GLsizei width, GLsizei height) | |
Constructor. | |
virtual | ~FTTextureGlyph () |
Destructor. | |
virtual float | Render (const FTPoint &pen) |
Renders this glyph at the current pen position. |
Definition at line 20 of file FTTextureGlyph.h.
|
Constructor.
Definition at line 4 of file FTTextureGlyph.cpp. References FTGlyph::err, FTPoint::x, and FTPoint::y. |
|
Destructor.
Definition at line 57 of file FTTextureGlyph.cpp. |
|
Renders this glyph at the current pen position.
Implements FTGlyph. Definition at line 61 of file FTTextureGlyph.cpp. References FTGlyph::advance, GL_TEXTURE_2D_BINDING_EXT, FTPoint::x, and FTPoint::y. |