Page History
...
Most dot-matrix printers will use the BITMAP, Hewlett-Packard printers usually use DOWNLOAD, and PostScript printers will use SUBDEV.
Example
Code Block |
---|
/* The following example shows how to use the TRUETYPE message. */ declare function Set_Printer stat = Set_Printer("INIT") ;* Start printing stat = Set_Printer("TRUETYPE", 2) ;* download stat = Set_Printer("TEXT", "Testing") stat = Set_Printer("TERM") ;* End printing |