FTGL
2.1.3~rc5
|
CFTBBox | FTBBox is a convenience class for handling bounding boxes |
CFTBuffer | FTBuffer is a helper class for pixel buffers |
▼CFTFont | FTFont is the public interface for the FTGL library |
CFTBitmapFont | FTBitmapFont is a specialisation of the FTFont class for handling Bitmap fonts |
CFTBufferFont | FTBufferFont is a specialisation of the FTFont class for handling memory buffer fonts |
CFTExtrudeFont | FTExtrudeFont is a specialisation of the FTFont class for handling extruded Polygon fonts |
CFTOutlineFont | FTOutlineFont is a specialisation of the FTFont class for handling Vector Outline fonts |
CFTPixmapFont | FTPixmapFont is a specialisation of the FTFont class for handling Pixmap (Grey Scale) fonts |
CFTPolygonFont | FTPolygonFont is a specialisation of the FTFont class for handling tesselated Polygon Mesh fonts |
CFTTextureFont | FTTextureFont is a specialisation of the FTFont class for handling Texture mapped fonts |
▼CFTGlyph | FTGlyph is the base class for FTGL glyphs |
CFTBitmapGlyph | FTBitmapGlyph is a specialisation of FTGlyph for creating bitmaps |
CFTBufferGlyph | FTBufferGlyph is a specialisation of FTGlyph for memory buffer rendering |
CFTExtrudeGlyph | FTExtrudeGlyph is a specialisation of FTGlyph for creating tessellated extruded polygon glyphs |
CFTOutlineGlyph | FTOutlineGlyph is a specialisation of FTGlyph for creating outlines |
CFTPixmapGlyph | FTPixmapGlyph is a specialisation of FTGlyph for creating pixmaps |
CFTPolygonGlyph | FTPolygonGlyph is a specialisation of FTGlyph for creating tessellated polygon glyphs |
CFTTextureGlyph | FTTextureGlyph is a specialisation of FTGlyph for creating texture glyphs |
▼CFTLayout | FTLayout is the interface for layout managers that render text |
CFTSimpleLayout | FTSimpleLayout is a specialisation of FTLayout for simple text boxes |
CFTPoint | FTPoint class is a basic 3-dimensional point or vector |