TGML Text
TGML supports two types of text elements:
The character data (the text) is stored within the Text element as XML element content.
Copy
<Text ...>An example</text>
The character data is accessible through the Content attribute which means that it is possible to create dynamic text by animating or binding the Content attribute.