Create Text objects using the CreateText function of the app object:
You can use the "Multiline" option to allow multi-line text and the "Left" or "Right" options to align the text. The default is single line centered text.
Use the SetText and GetText functions of the Text object to set and get it's text.
You can change the look of a Text using the SetBackColor and SetTextColor functions on the Text object.
You can also set a background image/pattern or background gradient for the Text using the SetBackground and SetBackGradient functions. See Layouts for examples of how to use these functions.