Crazy Eddie's GUI System
0.8.7
|
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_
Class that encapsulates a typeface.
Definition: Font.h:62
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Class representing a rendered string of entities.
Definition: RenderedString.h:52
Class that holds details of colours for the four corners of a rectangle.
Definition: ColourRect.h:45
RenderedString parse(const String &input_string, const Font *initial_font, const ColourRect *initial_colours)
parse a text string and return a RenderedString representation.
Specifies interface for classes that parse text into RenderedString objects.
Definition: RenderedStringParser.h:39
String class used within the GUI system.
Definition: String.h:64
Effectively a 'null' parser that returns a RenderedString representation that will draw the input tex...
Definition: DefaultRenderedStringParser.h:41