#include <FTTextureGlyph.h>
Inheritance diagram for FTTextureGlyph:
Definition at line 20 of file FTTextureGlyph.h.
Public Member Functions | |
FTTextureGlyph (FT_GlyphSlot 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. |
|
Constructor.
Definition at line 4 of file FTTextureGlyph.cpp. References FT_RENDER_MODE_NORMAL, FTPoint::x, and FTPoint::y. |
|
Destructor.
Definition at line 54 of file FTTextureGlyph.cpp. |
|
Renders this glyph at the current pen position.
Implements FTGlyph. Definition at line 58 of file FTTextureGlyph.cpp. References GL_TEXTURE_2D_BINDING_EXT, FTPoint::x, and FTPoint::y. |