From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7b9027678f309105 X-Google-Attributes: gid103376,public From: Ehud Lamm Subject: Re: Laser printing from ADA (Windows) Date: 1998/10/25 Message-ID: #1/1 X-Deja-AN: 404825853 References: <3632263f.7551068@SantaClara01.news.InterNex.Net> Content-Type: TEXT/PLAIN; charset=US-ASCII Organization: The hebrew University of Jerusalem Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-10-25T00:00:00+00:00 List-Id: Never used CLAW but it does seem nice. However I was thinking of something that may be freely avialble to students, preferably with source code. Ehud Lamm mslamm@pluto.mscc.huji.ac.il On Sat, 24 Oct 1998, Tom Moran wrote: > CLAW has a printer handling package. Basically you create a "canvas" > that is a printer, rather than a screen window, device, do a little > setup on it, and then use Windows calls to draw rectangles, text, > whatever. > >