FTTextureGlyph is a specialisation of FTGlyph for creating texture glyphs. More...
#include <FTTextureGlyph.h>
Public Member Functions | |
| FTTextureGlyph (FT_GlyphSlot glyph, int id, int xOffset, int yOffset, int width, int height) | |
| Constructor. | |
| virtual | ~FTTextureGlyph () |
| Destructor. | |
| virtual const FTPoint & | Render (const FTPoint &pen, int renderMode) |
| Render this glyph at the current pen position. | |
FTTextureGlyph is a specialisation of FTGlyph for creating texture glyphs.
Definition at line 43 of file FTTextureGlyph.h.
| FTTextureGlyph::FTTextureGlyph | ( | FT_GlyphSlot | glyph, | |
| int | id, | |||
| int | xOffset, | |||
| int | yOffset, | |||
| int | width, | |||
| int | height | |||
| ) |
Constructor.
| glyph | The Freetype glyph to be processed
|
| virtual FTTextureGlyph::~FTTextureGlyph | ( | ) | [virtual] |
Destructor.
Render this glyph at the current pen position.
| pen | The current pen position.
|
Implements FTGlyph.
1.6.3