Interal used class to create a raw text in a Text object. More...
#include <script_text.hpp>
Public Member Functions | |
RawText (const char *text) | |
const char * | GetEncodedText () |
Convert a ScriptText to a normal string. | |
Private Attributes | |
const char * | text |
Interal used class to create a raw text in a Text object.
-all
Definition at line 36 of file script_text.hpp.
const char* RawText::GetEncodedText | ( | ) | [inline, virtual] |
Convert a ScriptText to a normal string.
Implements Text.
Definition at line 42 of file script_text.hpp.