NectarineAids.Mesa
Copyright Ó 1987, 1988 by Xerox Corporation. All rights reserved.
Written by Giordano Bruno Beretta, November 17, 1987 4:07:37 pm PST
gbb September 21, 1988 10:11:45 am PDT
Create the frame and register Interpress masters.
DIRECTORY Imager, Rope;
NectarineAids: CEDAR DEFINITIONS ~ BEGIN
MediumSize: TYPE ~ {A, B, A3, A4, A5, C4, C5, C65, C6};
A, B: American paper sizes, A#: European form sizes, C#: European Envelope sizes.
ComposeCenterAndCropMarks: PUBLIC PROC [context: Imager.Context ← NIL, medium: MediumSize ← A];
ComposeRegisterMarks: PUBLIC PROC [creator: Rope.ROPENIL, process: BOOLTRUE, context: Imager.Context ← NIL]
For creating Cromalin proofs. From MetaPaletteImpl.
If context # NIL, the register and crop marks, and the separation labels are added to the context assuming the units of measure are millimetres. Otherwise an Interpress master is created.
END.