Game Development Community

Formatting text

by Tim Doty · in Torque Game Builder · 05/04/2006 (7:06 pm) · 1 replies

The interface framework on my game is coming together and I've got the window for selecting scenarios going. One thing that would be very nice is text formatting and I don't see any way to do this. Am I right? Or what am I missing?

More specifically: I setup a multiline text control for the scenario description. Click on the scenario title in the scenario list and the appropriate description appears in the multiline text control. Standard C-style escapes work. For example, \n for newline. But is there a way to italicize or bold some text?

#1
05/04/2006 (8:10 pm)
Try some of the tags here http://www.garagegames.com/blogs/105/4133

edit:
The most recent list can be found in the source code in guiMLTextCtrl.cc -> GuiMLTextCtrl::reflow().