STLL  0.0
Simple Text Layouting Library
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CSTLL::AttributeIndex_cCollection of codepointAttributes for the layouter
 CSTLL::CodepointAttributes_cThis structure contains all attributes that a single glyph can get assigned
 CSTLL::Color_cLittle class representing an RGBA colour value, an a value of 255 is assumed to be opaque
 CSTLL::CommandData_cThis structure encapsulates a drawing command
 CSTLL::Font_cAll the FontFaces_c of one FontRessource_c
 CSTLL::FontCache_cThis class encapsulates open fonts of a single library, it makes sure that each font is open only once
 CSTLL::FontFamily_cClass contains all resources for a family of fonts
 CSTLL::FontResource_cThis class represents a font resource
 CSTLL::FontFace_c::GlyphSlot_c
 CSTLL::showOpenGL< V, G >::imageDrawer_cHelper class used to draw images
 CSTLL::showSDL< G >::ImageDrawer_cClass used to encapsulate image drawing
 CSTLL::LayoutProperties_cThis structure contains information for the layouter how to layout the text
 CSTLL::TextLayout_c::LinkInformation_cHelper structure to contain information about the interactive area for a link
 Cnoncopyable
 CSTLL::FontFace_cThis class represents one font, made out of one font file resource with a certain size
 CSTLL::FreeTypeLibrary_cThis class encapsulates an instance of the FreeType library
 CopenGL_internals
 CSTLL::showOpenGL< V, G >Class to output layouts using OpenGL
 CSTLL::TextLayout_c::Rectangle_cLittle structure to hold information for one rectangle
 Cruntime_error
 CSTLL::FreetypeException_cThis class is thrown on problems with the FreeType library
 CSTLL::XhtmlException_cException thrown on XHTML and CSS problems
 CSTLL::CodepointAttributes_c::Shadow_cOne element of the shadow
 CSTLL::Shape_cBase class to define the shape to layout text into
 CSTLL::RectangleShape_cConcrete implementation of the shape that will allow layouting inside a rectangular with a certain width
 CSTLL::showSDL< G >Class to output layouts using SDL
 CSTLL::TextLayout_cEncapsulates a finished layout
 CSTLL::TextStyleSheet_cThis class encapsulates information for how to format a text, just like the style sheets in html are doing