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

  1. Path: sparky!uunet!nntp1.radiomail.net!fernwood!rtbrain!rightbrain.com
  2. From: glenn@rightbrain.com (Glenn Reid)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: Why is my PostScript text upside down? Help! Help!
  5. Message-ID: <879@rtbrain.rightbrain.com>
  6. Date: 10 Sep 92 06:27:45 GMT
  7. References: <1992Sep7.090125.27930@monu6.cc.monash.edu.au>
  8. Sender: glenn@rightbrain.com
  9. Reply-To: glenn@rightbrain.com
  10. Lines: 25
  11.  
  12.  
  13. > >   // add the text
  14. > >   PSsetrgbcolor(1.0, 1.0, 1.0);
  15. > >   PSmoveto(10.0,NX_HEIGHT(&aRect)-10.0);
  16. > # ifdef GLEN_REID
  17. > # define FONT_NAME      "Lithos-Bold"
  18. > # else
  19. > # define FONT_NAME      "Helvetica"
  20. > # endif
  21.  
  22. Heh heh.  This is great, except that it won't compile correctly, because
  23. you spelled my name with only one 'N' :-)  I like your font choice,
  24. however!
  25.  
  26. I, of course, have modified my own /usr/include/appkit.h file to define
  27.  
  28. #define GLENN_REID 1
  29.  
  30. Just for such occasions :-)  (although there are those who would argue that
  31. it should be 0).
  32.  
  33. --
  34.  Glenn Reid                NeXTmail: glenn@rightbrain.com
  35.  RightBrain Software        415-326-2974 (NeXTfax 326-2977)
  36.  Palo Alto, California
  37.