Home All Groups Group Topic Archive Search About
Author
10 Mar 2006 4:16 PM
J-Rod
I am creating a file with streamwriter, and then reading it into a
rawprinterhelper to print it.  I want to be able to change the font
name either when writing or reading.  First thing is to try to change
the font to say, Times New Roman, and then i also need to print a line
using barcode font.  Any suggestions on how i can programmatically
change these fonts?

Author
10 Mar 2006 5:26 PM
Chris
J-Rod wrote:
> I am creating a file with streamwriter, and then reading it into a
> rawprinterhelper to print it.  I want to be able to change the font
> name either when writing or reading.  First thing is to try to change
> the font to say, Times New Roman, and then i also need to print a line
> using barcode font.  Any suggestions on how i can programmatically
> change these fonts?
>

If you go through the raw printing you will need to know the printers
commands to do this.  Problem is this changes with ever printer.  Why
not use the windows print driver?

Chris