Creating a formatted TextArea (with underlines and stuff)
I hope the title was informative enough.
This forum has been so helpful in the past that I thought I had better come to you guys.
What I'm trying to do is create some sort of TextArea to display a section of text with underlines, bold, number points etc. I'm trying to create some sort of simple EULA screen. I've got the structure of the screen sorted (buttons etc. all positioned) I just need to insert the text. In the past I just created a String that goes into the TextArea and it has "\n" everywhere to create paragraphs etc.
I'm wondering if there isn't a better way to do this. Also using that method I don't know how to underline or bold. Also arranging the text is a bugger. :p
I'm sure this must be something easily done. I've looked at the API and tried Google searches but I can't find information on how to do this sort of thing. Clearly I'm hopeless at Google so I was hoping someone here could point me in the right direction.
Thanks.