27#ifndef _CEGUIDefaultRenderedStringParser_h_
28#define _CEGUIDefaultRenderedStringParser_h_
30#include "CEGUI/RenderedStringParser.h"
45 const Font* initial_font,
Class that holds details of colours for the four corners of a rectangle.
Definition ColourRect.h:45
Effectively a 'null' parser that returns a RenderedString representation that will draw the input tex...
Definition DefaultRenderedStringParser.h:41
RenderedString parse(const String &input_string, const Font *initial_font, const ColourRect *initial_colours)
parse a text string and return a RenderedString representation.
Class that encapsulates a typeface.
Definition Font.h:62
Specifies interface for classes that parse text into RenderedString objects.
Definition RenderedStringParser.h:39
Class representing a rendered string of entities.
Definition RenderedString.h:52
String class used within the GUI system.
Definition String.h:64
Main namespace for Crazy Eddie's GUI Library.
Definition arch_overview.dox:1