I have to print out a simple report, but what I have been trying to far isn't quite working.

I need it to do something like this. Of course I've simplified the hell out of it here to explain my problem.

NAME: Johnny Paycheck ADDRESS: 78 Oh Yeah St


The trouble here is that I need NAME & ADDRESS printed in bold, but the rest in regular font.
In the vb program I've allowed the user to select their own fonts and font sizes, but if I write this to a simple .txt file it of course won't format the fonts for me.

If I use the "Printer.print" statement, it works like a charm, but I can't figure out how to change between bold and regular whilest being on the same line.

Basically, I either need someone to tell me if there's a way to print different fonts on one line using "Printer.print" or I need a suggestion on how to accomplish this task.

Really all I need help with is how the hell to print a single line with different fonts or sizes and so on.

Thanks everyone!
P.S. I'm trying to keep this simple, so please don't respond with 4 pages of API calls or even 4 pages of code. There is an easy way to do this. I just can't find it....haha