FormattedRenderedString implementation that renders the RenderedString with right aligned formatting.
More...
|
|
| RightAlignedRenderedString (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 |
| |
|
| RightAlignedRenderedString (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 |
| |
|
virtual | ~FormattedRenderedString () |
| | Destructor.
|
| |
|
void | setRenderedString (const RenderedString &string) |
| | set the RenderedString.
|
| |
|
const RenderedString & | getRenderedString () const |
| |
|
virtual | ~FormattedRenderedString () |
| | Destructor.
|
| |
|
void | setRenderedString (const RenderedString &string) |
| | set the RenderedString.
|
| |
|
const RenderedString & | getRenderedString () const |
| |
FormattedRenderedString implementation that renders the RenderedString with right aligned formatting.