ImagerFastShow.mesa
Copyright © 1985, 1986 by Xerox Corporation. All rights reserved.
Michael Plass, July 15, 1985 9:59:23 am PDT
Doug Wyatt, March 7, 1986 4:08:23 pm PST
DIRECTORY
Imager USING [Context],
ImagerSample USING [SampleMap],
ImagerRaster USING [FontTuner];
ImagerFastShow: CEDAR DEFINITIONS
~ BEGIN
Create: PROC [bitmap: ImagerSample.SampleMap, pixelsPerInch: REAL ← 72, pixelUnits: BOOLFALSE, fontTuner: ImagerRaster.FontTuner ← NIL] RETURNS [Imager.Context];
END.