I have a TextField that is formatted with bold and blue. Then, when I change the TextField.text, the formatting of the textfield resets and I have to setTextFormat again.
This is the code I use to set my TextField. myText is the variable for my TextField. (this is just part of my code, it is part of a function for my EventListener.
yourName = body_txt.text;
myText.text = "This is the new text";