VB Font rendering woes
I found what I believe may be a VB 6 bug, Here is the issue:
I have a barcode font. If I print from word with this font the barcode reader reads it correctly; however, if I print it from VB Printer.Print or take a screen shot of the text box the barcode reader will not read it. Upon closer examination by compare each barcode zoomed in MS Paint, I found the VB barcode had extra spaces between some lines.
Both the VB text and the word text are set to the same properties;
Font = Code128B
Bold = False
This is a real show stopper, any ideas?
Any highly appreciate suggestions

