Public Member Functions | |
| MsgText (const Std::string &new_string, Font *f) | |
| void | append (const Std::string &new_string) |
| void | copy (MsgText *msg_text) |
| uint32 | length () |
| uint16 | getDisplayWidth () |
| bool | operator< (const MsgText &rhs) const |
Public Attributes | |
| Font * | font |
| Std::string | s |
| uint8 | color |