Image may be NSFW.
Clik here to view.
Clik here to view.

Code:
// display the message
OneToast ('test message!');
// set the font size
OneToast ('Test Message!', 20);
// Specify the display location
OneToast ('Test Message!', 14, TTextAlign.Leading); // on
OneToast ('Test Message!', 14, TTextAlign.Center); //
OneToast ('test message!', 14, TTextAlign.Trailing); // next
// set the color
OneToast ('Test Message!', 14, TTextAlign.Center, claGray, claWhite);