home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / programm / 15129 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.4 KB

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