Crazy Eddie's GUI System  0.8.4
CEGUI::DefaultRenderedStringParser Class Reference

Effectively a 'null' parser that returns a RenderedString representation that will draw the input text verbatim. More...

+ Inheritance diagram for CEGUI::DefaultRenderedStringParser:
+ Collaboration diagram for CEGUI::DefaultRenderedStringParser:

List of all members.

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.

Detailed Description

Effectively a 'null' parser that returns a RenderedString representation that will draw the input text verbatim.


Member Function Documentation

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.

Parameters:
input_stringString object holding the text that is to be parsed.
initial_fontPointer to the initial font to be used for text (0 for system default).
initial_coloursPointer to the initial colours to be used (0 for default).
Returns:
RenderedString object holding the result of the parse operation.

Implements CEGUI::RenderedStringParser.

 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends