set normal font to be font of textfield, or format it with AS and then
txtFLD.htmlText = “not bold <font face=‘Arial2’><b>bold bold bold</b></font>”
or you can use
txtFLD.htmlText = “<font face=‘Arial’>not bold</font><font face=‘Arial2’><b>bold bold bold bold</b></font>”;