Similar to Mike's suggestion above I have used the following approach within VFP Reports.
Note, as Mike says - it is clumsy, but it works.
On the VFP Report Form I place a fixed Text string with a Normal Font
"My name is "
Then just at the end of that text string I place variable Textbox which will use a BOLD Font. The variable holds the person's name.
Joe Brown
NOTE - mixing Normal Font & BOLD Font in this manner may result in some un-expected text placements when the document finally prints out. Make a lot of preliminary tests using Preview mode to get the Left/Right placement of the TextBox where you want it to be.
Once done, the end result is
My name is Joe Brown
Good Luck,
JRB-Bldr