I wrote my question in a hurry and perhaps I was not clear enough. I am writing a textbox in JSL and want a single word within that to appear in bold: textbox("blah blah blah blah blah blah"); If I use: textbox("blah blah blah blah blah blah", set font style("Bold")); then this makes the whole box bold, when I only want one word in bold. Is this possible?
... View more