PDA

View Full Version : printing from C/C++



JerryK
July 31st, 2007, 01:52 AM
I am working on a C++ program that needs to print something a little fancier than plain text (different fonts, colors, some lines, etc.). Do I write the text out to a file, then print it? If so, what type of file format is best to use? :confused:

Thank you.
Jerry

geraldm
July 31st, 2007, 03:01 AM
What gets printed is often postscript, as that is what printers
can use. It is another language though.
Perhaps someone else may have some text-to-postscript
reformat program, or rich text documenter.

Gerald