Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | H A D | 05-Apr-1995 | 386 | 12 | 7 | |
hardcopy.ps | HD | 05-Apr-1995 | 3.8 KiB | |||
hardcopy.rc | H A D | 05-Apr-1995 | 1.7 KiB | 71 | 48 | |
mkfile | H A D | 07-Jun-2000 | 350 | 21 | 13 |
README
1Redirect output of the print operator to paper. Particularly useful if 2you're trying to extract information from a printer, but you don't have 3access to the data the printer returns to the host. 4 5For example, 6 7 FontDirectory {pop ==} forall 8 9names all the fonts registered in the FontDirectory dictionary. Simple, 10but only if you can read the data returned to the host by the printer. 11 12