home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 20710 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!emory!ogicse!reed!bowman
  2. From: bowman@reed.edu (BoBolicious)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: SetLineWidth PicComment
  5. Message-ID: <1993Jan5.200851.29259@reed.edu>
  6. Date: 5 Jan 93 20:08:51 GMT
  7. Article-I.D.: reed.1993Jan5.200851.29259
  8. References: <1993Jan5.145142.9081@nntp.hut.fi>
  9. Organization: Reed College, Portland, OR
  10. Lines: 20
  11.  
  12. In article <1993Jan5.145142.9081@nntp.hut.fi> s33986s@kaira.hut.fi (Jarkko Kallio) writes:
  13. >Thanks to your help I found SetLineWidth PicComment, Technical
  14. >Note #175, to draw thin lines on LaserWriter. But I use Macintosh
  15. >Common Lisp 2.0 and even if it supports most Mac traps and records
  16. >it does not know the SetLineWidth constant. SetLineWidth is an integer 
  17. >(Inside Macintosh I-189):
  18. >
  19. >Procedure PicComment (kind, dataSize :INTEGER; dataHandle :handle);
  20. >(kind should be SetLineWidth. dataSize and dataHandle: see TN#175.)
  21.  
  22. TN #91 has a complete listing of opcode.  Anyhow, SetLineWidth is:
  23.  
  24. *SetLineWidth   182      4     Point         Set fractional line widths
  25.  
  26. The asterisk means, "LaserWriter driver 3.0 or later".
  27.  
  28. cheers,
  29. bobo              In seeking the unattainable,
  30. bowman@reed.edu            simplicity only gets in the way.
  31. Eternal nothingness is fine if you happen to be dressed for it. - Woody
  32.