I print a heading in Verdana then switch to Courier for the data. My printer recognizes the font change and prints correctly but another system with a HP printer does not. It stays in Verdana.
printer.font = "Verdana"
printer.print heading_text
printer print ""
printer.font = "Courier"
printer.print data ......
I wonder why the HP does not change the font.


