#include <FTGlyph.h>
Inheritance diagram for FTGlyph:

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 50 of file FTGlyph.h.
Public Member Functions | |
| virtual | ~FTGlyph () |
| Destructor. | |
| virtual const FTPoint & | Render (const FTPoint &pen, int renderMode)=0 |
| Renders this glyph at the current pen position. | |
| 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. | |
Protected Member Functions | |
| FTGlyph (FT_GlyphSlot glyph) | |
| Create a glyph. | |
Friends | |
| class | FTBitmapGlyph |
| class | FTBufferGlyph |
| class | FTExtrudeGlyph |
| class | FTOutlineGlyph |
| class | FTPixmapGlyph |
| class | FTPolygonGlyph |
| class | FTTextureGlyph |
|
|
Create a glyph.
|
|
|
Destructor.
|
|
|
Return the advance width for this glyph.
|
|
|
Return the bounding box for this glyph.
|
|
|
Queries for errors.
|
|
||||||||||||
|
Renders this glyph at the current pen position.
Implemented in FTBitmapGlyph, FTBufferGlyph, FTExtrudeGlyph, FTOutlineGlyph, FTPixmapGlyph, FTPolygonGlyph, and FTTextureGlyph. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6