FTGL  2.1.3~rc5
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCFTBBoxFTBBox is a convenience class for handling bounding boxes
oCFTBufferFTBuffer is a helper class for pixel buffers
oCFTFontFTFont is the public interface for the FTGL library
|oCFTBitmapFontFTBitmapFont is a specialisation of the FTFont class for handling Bitmap fonts
|oCFTBufferFontFTBufferFont is a specialisation of the FTFont class for handling memory buffer fonts
|oCFTExtrudeFontFTExtrudeFont is a specialisation of the FTFont class for handling extruded Polygon fonts
|oCFTOutlineFontFTOutlineFont is a specialisation of the FTFont class for handling Vector Outline fonts
|oCFTPixmapFontFTPixmapFont is a specialisation of the FTFont class for handling Pixmap (Grey Scale) fonts
|oCFTPolygonFontFTPolygonFont 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
oCFTGlyphFTGlyph is the base class for FTGL glyphs
|oCFTBitmapGlyphFTBitmapGlyph is a specialisation of FTGlyph for creating bitmaps
|oCFTBufferGlyphFTBufferGlyph is a specialisation of FTGlyph for memory buffer rendering
|oCFTExtrudeGlyphFTExtrudeGlyph is a specialisation of FTGlyph for creating tessellated extruded polygon glyphs
|oCFTOutlineGlyphFTOutlineGlyph is a specialisation of FTGlyph for creating outlines
|oCFTPixmapGlyphFTPixmapGlyph is a specialisation of FTGlyph for creating pixmaps
|oCFTPolygonGlyphFTPolygonGlyph is a specialisation of FTGlyph for creating tessellated polygon glyphs
|\CFTTextureGlyphFTTextureGlyph is a specialisation of FTGlyph for creating texture glyphs
oCFTLayoutFTLayout 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