27#ifndef _CEGUIRenderedStringParser_h_
28#define _CEGUIRenderedStringParser_h_
30#include "CEGUI/RenderedString.h"
31#include "CEGUI/String.h"
58 const Font* initial_font,
Definition: MemoryAllocatedObject.h:110
Class that holds details of colours for the four corners of a rectangle.
Definition: ColourRect.h:45
Class that encapsulates a typeface.
Definition: Font.h:62
Specifies interface for classes that parse text into RenderedString objects.
Definition: RenderedStringParser.h:39
virtual RenderedString parse(const String &input_string, const Font *initial_font, const ColourRect *initial_colours)=0
parse a text string and return a RenderedString representation.
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