Changing the font of output to a text file

I'm trying to bold my output to a text file. Is there a way to do this? Or some other way I change the font of select areas of my output to text files? I'm working with a Windows Console Application through Visual C++ Express Edition 2005. My search so far as only turned up means to change the output in the console. Thanks in advance.
Text files are just plain text so you can't add attributes like bold, or color to the font.

The easiest way to generate formatted text would be to learn a little HTML and output your text in HTML format and view it in a web browser.
Topic archived. No new replies allowed.