ImagerAIS.mesa
Last Edited By Ken Pier, January 20, 1984 12:31 pm
DIRECTORY
Rope,
Imager,
ImagerBasic,
PDFileFormat;
ImagerAIS: CEDAR DEFINITIONS = {
AISToColor: PROC [aisName: Rope.ROPE] RETURNS [ImagerBasic.Color];
AISToPD:
PROC [aisName: Rope.
ROPE, pdName: Rope.
ROPE ←
NIL, printerType: PDFileFormat.DeviceCode ← hornet]
RETURNS [Imager.Context];
Takes an AIS file name, a PD file name which if NIL will be taken from the AIS file name
with PD extension, and a device code specifying which printing device the PD file
is for. Returns an Imager context for writing into the PD device (file).
}.