home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sgi / graphics / 5 < prev    next >
Encoding:
Text File  |  1992-12-12  |  2.2 KB  |  50 lines

  1. Newsgroups: comp.sys.sgi.graphics
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!news.udel.edu!udel!wupost!spool.mu.edu!umn.edu!csus.edu!netcom.com!benoist
  3. From: benoist@netcom.com (Tom Benoist)
  4. Subject: Re: IRIS Font Manager: font scaling
  5. Message-ID: <1992Dec12.232504.28993@netcom.com>
  6. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  7. References: <1992Dec12.162528.24924@netcom.com>
  8. Date: Sat, 12 Dec 1992 23:25:04 GMT
  9. Lines: 39
  10.  
  11. In article <1992Dec12.162528.24924@netcom.com> jchauvin@netcom.com (John H. Chauvin) writes:
  12. >Can someone tell me if the IRIS font manager is able to scale a font to 
  13. >a size which is not available, in the same way that PostScript does? 
  14. >For example, the font courier roman is available in the following 
  15. >sizes:8,10,12,14,16,18,20,24,32 as defined in the font directory 
  16. >/usr/lib/fmfonts. Is it possible to obtain sizes 11,13,15,and 19? The man 
  17. >page for fmscalefont says "If you request a size for which there is no 
  18. >font, the Font Library routines choose the font that matches closest but 
  19. >is not larger than the requested size." This does not sound like font 
  20. >scaling to me. This is the exact behavior I am experiencing in a gl 
  21. >program I am using. A font size of 15 points using courier looks like 14 
  22. >points. But another man page on fmscalefont says "Its functionality 
  23. >parallels the scalefont operator of PostScript." A font defined to be 15 
  24. >points using PostScript is definitely larger than 14 points. 
  25. >
  26. >Font Confused
  27. >
  28. >
  29. >jchauvin@netcom.com
  30. >
  31. If you are running 4.05 or later, fonts which have poscript outline files in
  32. /usr/lib/DPS/outline/base will be scaled correctly with fmscalefont.
  33.  
  34.  
  35. From 4.05 Release Notes (EOE #12 Fonts)
  36.  
  37.           o In previous releases, the IRIS FM used only bitmap font
  38.             files.  The IRIS FM now uses bitmap font files, outline
  39.             font files in the Adobe Type 1 format, or both for a
  40.             given typeface.  The IRIS FM scales a bitmap font when
  41.             it cannot use an outline font and it cannot find a
  42.             bitmap font of the right size.  The IRIS FM looks for
  43.             Type 1 outline fonts in the directory
  44.             /usr/lib/DPS/outline/base.
  45.  
  46.  
  47. -Tom Benoist
  48.  benoist@netcom.com
  49.  
  50.