home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / next / programm / 7871 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.6 KB  |  41 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!sgiblab!ampex!decwrl!adobe!usenet
  3. From: byer@adobe.com (Scott Byer)
  4. Subject: Re: Font bug?
  5. Message-ID: <1992Dec22.004215.24848@adobe.com>
  6. Sender: usenet@adobe.com (USENET NEWS)
  7. Reply-To: byer@adobe.com (Scott Byer)
  8. Organization: Adobe Systems Incorporated
  9. References: <1992Dec21.183057.7007@u.washington.edu>
  10. Date: Tue, 22 Dec 1992 00:42:15 GMT
  11. Lines: 28
  12.  
  13. Sean Lamont writes
  14.  
  15. > In "NeXT-ifying" some type 1 fonts I made the following discovery:
  16. > A number of fonts did not respond to the "lighter", "heavier"
  17. > buttons, although the weights were correct in the font file.
  18.  
  19. > Have other people experienced this problem?  Is it a postscript
  20. > weirdness or a bug?
  21.  
  22. Well...
  23.  
  24. It sounds like the AppKit is trying to determine if the font is a
  25. pi font or a roman character font so that it can turn off the
  26. Heavier/Lighter buttons for pi fonts (because, in general, pi fonts
  27. don't come in families with varied weights, so those buttons don't
  28. make sense).  There is no sure way to tell, but the way most used
  29. is to check if the encoding is defined as StandardEncoding.
  30.  
  31. I would be inclined to say that it's a problem with the fonts, that
  32. if they are standard roman-based fonts that they should be using
  33. StandardEncoding as their encoding vector.
  34.  
  35. --
  36. Scott Byer                             NeXTMail: byer@mv.us.adobe.com
  37. Adobe Systems Incorporated               These are *my* opinions, and  
  38. 1585 Charleston Road, P.O. Box 7900        do not necessarily reflect
  39. Mountain View, CA 94039-7900             the opinions of my employer.
  40. ---------------------------------------------------------------------
  41.