PrinterFont$ = fontSpec

You can set the font used for LPRINTing text to the printer.  The format used for specifying the font is the same as for specifying the font in a graphics window.

    'set a courier 10 italic font
    PrinterFont$ = "courier_new 10 italic"

The last font set before a page is printed is used for all the text on that page.

