From b855148c9b6d28fedfd083d037bcf246f1913d92 Mon Sep 17 00:00:00 2001 From: wkj Date: Sun, 16 May 2004 07:54:22 +0000 Subject: Checkpoint. --- src/cmd/postscript/hardcopy/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/cmd/postscript/hardcopy/README (limited to 'src/cmd/postscript/hardcopy/README') diff --git a/src/cmd/postscript/hardcopy/README b/src/cmd/postscript/hardcopy/README new file mode 100644 index 00000000..2ad29065 --- /dev/null +++ b/src/cmd/postscript/hardcopy/README @@ -0,0 +1,11 @@ +Redirect output of the print operator to paper. Particularly useful if +you're trying to extract information from a printer, but you don't have +access to the data the printer returns to the host. + +For example, + + FontDirectory {pop ==} forall + +names all the fonts registered in the FontDirectory dictionary. Simple, +but only if you can read the data returned to the host by the printer. + -- cgit v1.2.3