CGM.mesa
Copyright Ó 1988, 1992 by Xerox Corporation. All rights reserved.
Fumihiko Shibata, July 6, 1989 6:19:55 pm JST
Import/Export of CGM files.
~
BEGIN
ROPE: TYPE ~ Rope.ROPE;
ToInterpress:
PROC [context: Imager.Context, fileName:
ROPE, pageWidth, pageHeight:
REAL];
Read the given CGM file and draw its contents on the context.
FromInterpress:
PROC [fileName:
ROPE];
Create a CGM file with the given name and contents.
This is not implemented yet.