|
CartoType API
|
#include <cartotype_string.h>
Public Member Functions | |
| TTextBuffer () | |
| const uint16 * | Text () const |
A string that owns its own text, which has a maximum length fixed at compile time.
| CartoType::TTextBuffer< aMaxLength >::TTextBuffer | ( | ) | [inline] |
Construct an empty TTextBuffer object.
| const uint16* CartoType::TTextBuffer< aMaxLength >::Text | ( | ) | const [inline, virtual] |
Return a constant pointer to Unicode text stored in UTF16 format.
Implements CartoType::MString.
1.7.5.1