I can't figure out how to make a portion of the text bold in the below line(and others). This text is output into a popup dialog. Prefer the first portion "trimmed/squeezed" to be bold. I even tried inserting html code lol.
Tried setBold and everthing else I've found on the net.
Thanks for any input and guidance you pass my way.
TextAreaOutput += "trimmed/squeezed: " + textConverter.squeeze(textConverter.trimmed(curString)) + "\n";