home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!malgudi.oar.net!uoft02.utoledo.edu!desire.wright.edu!jmatthews
- Newsgroups: comp.sys.mac.programmer
- Subject: Re: I need sample code for Lightspeed PASCAL
- Message-ID: <1992Sep8.000927.3948@desire.wright.edu>
- From: jmatthews@desire.wright.edu
- Date: 8 Sep 92 00:09:27 EST
- References: <7SEP199212280598@rigel.tamu.edu>
- Organization: Wright State University
- Lines: 16
-
- In article <7SEP199212280598@rigel.tamu.edu>, emk9267@rigel.tamu.edu (KLINE, ERIC MICHAEL) writes:
- > Hi! I'm trying to learn how to write an application that sends graphics
- > to the printer. I've learned how to defined a picture using Quickdraw
- > commands and how to save those commands in a PICT format. I would greatly
- > appreciate it if somebody could send some code that demonstrates how to
- > send graphics to the printer (I have an Imagewriter II).
-
- TechNote 161 (A Printing Loop That Cares) has some canonical printing code
- in Pascal and C. You don't actually have to save your drawing commands in
- a PICT (although you can); you can just draw while the printer's grafport
- is open.
-
- o----------------------------------------------------------------------------o
- | John B. Matthews, jmatthews@desire.wright.edu, disclaimer:= myViews <> WSU |
- | "Whom the gods would destroy, they first invite to program in C" |
- o----------------------------------------------------------------------------o
-