Crazy Eddie's GUI System
0.8.4
|
Effectively a 'null' parser that returns a RenderedString representation that will draw the input text verbatim. More...
Public Member Functions | |
RenderedString | parse (const String &input_string, const Font *initial_font, const ColourRect *initial_colours) |
parse a text string and return a RenderedString representation. |
Effectively a 'null' parser that returns a RenderedString representation that will draw the input text verbatim.
RenderedString CEGUI::DefaultRenderedStringParser::parse | ( | const String & | input_string, |
const Font * | initial_font, | ||
const ColourRect * | initial_colours | ||
) | [virtual] |
parse a text string and return a RenderedString representation.
input_string | String object holding the text that is to be parsed. |
initial_font | Pointer to the initial font to be used for text (0 for system default). |
initial_colours | Pointer to the initial colours to be used (0 for default). |
Implements CEGUI::RenderedStringParser.