ClassPackage: common-graphicsToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

printer

The class of printer objects. Open a printer with open-stream (not make-instance). For example, this form, if run, sets some values and pops up a printer job dialog for getting more instructions from the user:


(open-stream 'printer 'null-location 

             :output :units-per-inch 100

             :font (make-font-ex nil :arial 48)) 

Display the printer setup dialog with pop-up-printer-setup-dialog. Display the printer job dialog with pop-up-printer-job-dialog. Putting print jobs in a with-output-to-printer form is recommended.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1