| FTGL 2.4.0
    | 
FTBitmapGlyph is a specialisation of FTGlyph for creating bitmaps. More...
#include <FTBitmapGlyph.h>
| Public Member Functions | |
| FTBitmapGlyph (FT_GlyphSlot glyph) | |
| Constructor. | |
| virtual | ~FTBitmapGlyph () | 
| Destructor. | |
| virtual const FTPoint & | Render (const FTPoint &pen, int renderMode) | 
| Render this glyph at the current pen position. | |
|  Public Member Functions inherited from FTGlyph | |
| virtual | ~FTGlyph () | 
| Destructor. | |
| virtual float | Advance () const | 
| Return the advance width for this glyph. | |
| virtual const FTBBox & | BBox () const | 
| Return the bounding box for this glyph. | |
| virtual FT_Error | Error () const | 
| Queries for errors. | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from FTGlyph | |
| FTGlyph (FT_GlyphSlot glyph) | |
| Create a glyph. | |
FTBitmapGlyph is a specialisation of FTGlyph for creating bitmaps.
Definition at line 42 of file FTBitmapGlyph.h.
| FTBitmapGlyph::FTBitmapGlyph | ( | FT_GlyphSlot | glyph | ) | 
Constructor.
| glyph | The Freetype glyph to be processed | 
| 
 | virtual | 
Destructor.
Render this glyph at the current pen position.
| pen | The current pen position. | 
| renderMode | Render mode to display | 
Implements FTGlyph.