|
MPMA Framework 0.4
|
Text encoded with color information. More...
#include <TextWriter.h>
Public Member Functions | |
| void | Clear () |
| Clears all stored data. | |
| void | AppendColorChange (uint8 red, uint8 green, uint8 blue, uint8 opacity=255) |
| Appends a color change to the text stream. | |
| void | AppendColorChange (const TextColor &color) |
| Appends a color change to the text stream. | |
| void | AppendPlainText (const std::string &text) |
| Appends text to the text stream. | |
| EncodedText & | operator<< (const char *sstring) |
| Used for ostream-like notation to append a text string. | |
| EncodedText & | operator<< (const std::string &sstring) |
| Used for ostream-like notation to append a text string. | |
| EncodedText & | operator<< (const MPMA::Vary &vstring) |
| Used for ostream-like notation to append a text string. | |
| EncodedText & | operator<< (const TextColor &color) |
| Used for ostream-like notation to append a color change. | |
| EncodedText & | operator<< (const EncodedText &et) |
| Used for ostream-like notation. | |
Text encoded with color information.
1.7.4