changing print font

  • Thread starter Thread starter J-Rod
  • Start date Start date
J

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?
 
J-Rod said:
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
 
Back
Top