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

  1. Path: sparky!uunet!gumby!wupost!cs.utexas.edu!bcm!cephalo.neusc.bcm.tmc.edu
  2. From: maunsell@cephalo.neusc.bcm.tmc.edu (John Maunsell)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Printing in White
  5. Message-ID: <14672@gazette.bcm.tmc.edu>
  6. Date: 9 Sep 1992 19:39:38 GMT
  7. Sender: usenet@bcm.tmc.edu
  8. Distribution: na
  9. Organization: Baylor College of Medicine
  10. Lines: 10
  11. Nntp-Posting-Host: ca.neusc.bcm.tmc.edu
  12. X-UserAgent: Nuntius v1.1.1d9
  13. X-XXDate: Wed, 9 Sep 92 19:40:07 GMT
  14.  
  15. I have an application in which I need to do black and white graphics in
  16. which white 
  17. lines are drawn on a black background.  ForeColor(whiteColor) works fine
  18. in a window 
  19. on the screen, but no white lines appear on the black background when I
  20. send the 
  21. output to a LaserWriter.  I know LaserWriters don't like regions, but can
  22. they not handle 
  23. erasing pixels?  I am overlooking something, or is there a way to get
  24. around this?
  25.