FTGL  2.1.3~rc5
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CFTBBoxFTBBox is a convenience class for handling bounding boxes
 CFTBufferFTBuffer is a helper class for pixel buffers
 CFTFontFTFont is the public interface for the FTGL library
 CFTBitmapFontFTBitmapFont is a specialisation of the FTFont class for handling Bitmap fonts
 CFTBufferFontFTBufferFont is a specialisation of the FTFont class for handling memory buffer fonts
 CFTExtrudeFontFTExtrudeFont is a specialisation of the FTFont class for handling extruded Polygon fonts
 CFTOutlineFontFTOutlineFont is a specialisation of the FTFont class for handling Vector Outline fonts
 CFTPixmapFontFTPixmapFont is a specialisation of the FTFont class for handling Pixmap (Grey Scale) fonts
 CFTPolygonFontFTPolygonFont is a specialisation of the FTFont class for handling tesselated Polygon Mesh fonts
 CFTTextureFontFTTextureFont is a specialisation of the FTFont class for handling Texture mapped fonts
 CFTGlyphFTGlyph is the base class for FTGL glyphs
 CFTBitmapGlyphFTBitmapGlyph is a specialisation of FTGlyph for creating bitmaps
 CFTBufferGlyphFTBufferGlyph is a specialisation of FTGlyph for memory buffer rendering
 CFTExtrudeGlyphFTExtrudeGlyph is a specialisation of FTGlyph for creating tessellated extruded polygon glyphs
 CFTOutlineGlyphFTOutlineGlyph is a specialisation of FTGlyph for creating outlines
 CFTPixmapGlyphFTPixmapGlyph is a specialisation of FTGlyph for creating pixmaps
 CFTPolygonGlyphFTPolygonGlyph is a specialisation of FTGlyph for creating tessellated polygon glyphs
 CFTTextureGlyphFTTextureGlyph is a specialisation of FTGlyph for creating texture glyphs
 CFTLayoutFTLayout is the interface for layout managers that render text
 CFTSimpleLayoutFTSimpleLayout is a specialisation of FTLayout for simple text boxes
 CFTPointFTPoint class is a basic 3-dimensional point or vector