|
STLL
0.0
Simple Text Layouting Library
|
| ▼NSTLL | The namespace for the library. Every function and class is within this namespace |
| CAttributeIndex_c | Collection of codepointAttributes for the layouter |
| ▼CCodepointAttributes_c | This structure contains all attributes that a single glyph can get assigned |
| CShadow_c | One element of the shadow |
| CColor_c | Little class representing an RGBA colour value, an a value of 255 is assumed to be opaque |
| CCommandData_c | This structure encapsulates a drawing command |
| CFont_c | All the FontFaces_c of one FontRessource_c |
| CFontCache_c | This class encapsulates open fonts of a single library, it makes sure that each font is open only once |
| ▼CFontFace_c | This class represents one font, made out of one font file resource with a certain size |
| CGlyphSlot_c | |
| CFontFamily_c | Class contains all resources for a family of fonts |
| CFontResource_c | This class represents a font resource |
| CFreetypeException_c | This class is thrown on problems with the FreeType library |
| CFreeTypeLibrary_c | This class encapsulates an instance of the FreeType library |
| CLayoutProperties_c | This structure contains information for the layouter how to layout the text |
| CRectangleShape_c | Concrete implementation of the shape that will allow layouting inside a rectangular with a certain width |
| CShape_c | Base class to define the shape to layout text into |
| ▼CshowOpenGL | Class to output layouts using OpenGL |
| CimageDrawer_c | Helper class used to draw images |
| ▼CshowSDL | Class to output layouts using SDL |
| CImageDrawer_c | Class used to encapsulate image drawing |
| ▼CTextLayout_c | Encapsulates a finished layout |
| CLinkInformation_c | Helper structure to contain information about the interactive area for a link |
| CRectangle_c | Little structure to hold information for one rectangle |
| CTextStyleSheet_c | This class encapsulates information for how to format a text, just like the style sheets in html are doing |
| CXhtmlException_c | Exception thrown on XHTML and CSS problems |