Just found a solution, but a new question, is it possible to edit font size using method? seems like the font size can not be changed. thank you
========================================================
Create a formula field that contains your text. Use HTML formatting tags, as in
"This is a " + "<strong>" + totext(variable A) + "</strong>" + " licence. The licence has been defined utilising the " + "<strong>" + totext(variable B) + "</strong>" + " licensing rule."
Place the formula field, right click, select Format Field, Paragraph Formatting tab, Text Interpretation, pick HTML Text.
I think this only works with version 8 and above. Strong is HTML lingo for bold.
========================================================