|
FTGL
2.1.3~rc5
|
| FTBBox is a convenience class for handling bounding boxes | |
| FTBuffer is a helper class for pixel buffers | |
| FTFont is the public interface for the FTGL library | |
| FTBitmapFont is a specialisation of the FTFont class for handling Bitmap fonts | |
| FTBufferFont is a specialisation of the FTFont class for handling memory buffer fonts | |
| FTExtrudeFont is a specialisation of the FTFont class for handling extruded Polygon fonts | |
| FTOutlineFont is a specialisation of the FTFont class for handling Vector Outline fonts | |
| FTPixmapFont is a specialisation of the FTFont class for handling Pixmap (Grey Scale) fonts | |
| FTPolygonFont is a specialisation of the FTFont class for handling tesselated Polygon Mesh fonts | |
| FTTextureFont is a specialisation of the FTFont class for handling Texture mapped fonts | |
| FTGlyph is the base class for FTGL glyphs | |
| FTBitmapGlyph is a specialisation of FTGlyph for creating bitmaps | |
| FTBufferGlyph is a specialisation of FTGlyph for memory buffer rendering | |
| FTExtrudeGlyph is a specialisation of FTGlyph for creating tessellated extruded polygon glyphs | |
| FTOutlineGlyph is a specialisation of FTGlyph for creating outlines | |
| FTPixmapGlyph is a specialisation of FTGlyph for creating pixmaps | |
| FTPolygonGlyph is a specialisation of FTGlyph for creating tessellated polygon glyphs | |
| FTTextureGlyph is a specialisation of FTGlyph for creating texture glyphs | |
| FTLayout is the interface for layout managers that render text | |
| FTSimpleLayout is a specialisation of FTLayout for simple text boxes | |
| FTPoint class is a basic 3-dimensional point or vector |
1.8.6