<> <> DIRECTORY Graphics, SirPress; GraphicsToPressPrivate: CEDAR DEFINITIONS = { NewContextFromSirPressHandle: PUBLIC PROC [ pressHandle: SirPress.PressHandle, resolution: REAL _ 384 -- in bits per inch ] RETURNS [Graphics.Context]; SirPressHandle: PUBLIC PROC [context: Graphics.Context] RETURNS [SirPress.PressHandle]; }.