Crazy Eddie's GUI System
0.8.1
|
FormattedRenderedString implementation that renders the RenderedString with left aligned formatting. More...
Public Member Functions | |
LeftAlignedRenderedString (const RenderedString &string) | |
Constructor. | |
void | format (const Window *ref_wnd, const Sizef &area_size) |
void | draw (const Window *ref_wnd, GeometryBuffer &buffer, const Vector2f &position, const ColourRect *mod_colours, const Rectf *clip_rect) const |
size_t | getFormattedLineCount () const |
float | getHorizontalExtent (const Window *ref_wnd) const |
float | getVerticalExtent (const Window *ref_wnd) const |
Public Member Functions inherited from CEGUI::FormattedRenderedString | |
virtual | ~FormattedRenderedString () |
Destructor. | |
void | setRenderedString (const RenderedString &string) |
set the RenderedString. | |
const RenderedString & | getRenderedString () const |
Additional Inherited Members | |
Protected Member Functions inherited from CEGUI::FormattedRenderedString | |
FormattedRenderedString (const RenderedString &string) | |
Constructor. | |
Protected Attributes inherited from CEGUI::FormattedRenderedString | |
const RenderedString * | d_renderedString |
RenderedString that we handle formatting for. | |
FormattedRenderedString implementation that renders the RenderedString with left aligned formatting.