Crazy Eddies GUI System 0.7.6
|
Specifies interface for classes that parse text into RenderedString objects. More...
Public Member Functions | |
virtual RenderedString | parse (const String &input_string, Font *initial_font, const ColourRect *initial_colours)=0 |
parse a text string and return a RenderedString representation. |
Specifies interface for classes that parse text into RenderedString objects.
virtual RenderedString CEGUI::RenderedStringParser::parse | ( | const String & | input_string, |
Font * | initial_font, | ||
const ColourRect * | initial_colours | ||
) | [pure 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). |
Implemented in CEGUI::BasicRenderedStringParser, and CEGUI::DefaultRenderedStringParser.