27 #ifndef _CEGUIDefaultRenderedStringParser_h_
28 #define _CEGUIDefaultRenderedStringParser_h_
30 #include "CEGUI/RenderedStringParser.h"
45 const Font* initial_font,
51 #endif // end of guard _CEGUIDefaultRenderedStringParser_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Effectively a 'null' parser that returns a RenderedString representation that will draw the input tex...
Definition: DefaultRenderedStringParser.h:40
Class that holds details of colours for the four corners of a rectangle.
Definition: ColourRect.h:43
Class representing a rendered string of entities.
Definition: RenderedString.h:50
Class that encapsulates a typeface.
Definition: Font.h:58
Specifies interface for classes that parse text into RenderedString objects.
Definition: RenderedStringParser.h:37
String class used within the GUI system.
Definition: String.h:62