I'm writing a little bit of code to print some barcodes and events for Mrs WC2's snake project.. Everything works as expected accept from one thing.
Everything is printing in Italics.
SAMPLE CODE
Printer.FontName = "Arial"
Printer.FontSize = 36
Printer.Print txt_sname.Text
I tired adding the line
printer.fontitalics=false
But this made no difference at all
Any advice
Everything is printing in Italics.
SAMPLE CODE
Printer.FontName = "Arial"
Printer.FontSize = 36
Printer.Print txt_sname.Text
I tired adding the line
printer.fontitalics=false
But this made no difference at all
Any advice
Comment