home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / apps / 33 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  2.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!ames!olivea!sgigate!odin!news
  2. From: ib@ivan.asd.sgi.com (Ivan Bach)
  3. Newsgroups: comp.sys.sgi.apps
  4. Subject: Re: Free Fonts !! But not for Showcase ?
  5. Message-ID: <1993Jan7.030155.16780@odin.corp.sgi.com>
  6. Date: 7 Jan 93 03:01:55 GMT
  7. References: <C0DnEw.K80@wm.estec.esa.nl>
  8. Sender: news@odin.corp.sgi.com (Net News)
  9. Organization: Silicon Graphics, Inc., Mountain View, CA
  10. Lines: 52
  11. Nntp-Posting-Host: ivan.asd.sgi.com
  12.  
  13. In article <C0DnEw.K80@wm.estec.esa.nl> guy@wmsg02.wm.estec.esa.nl (Guy Brooker)
  14. writes:
  15. > Just copy them into /usr/lib/DPS/outline/base, renaming them sensibly
  16. The name of a Type 1 font file must match the PostScript font name in the 
  17. /FontName entry in the header of that file.  If that entry looks like:
  18.  
  19.      /FontName /Futura-CondExtraBoldObl def
  20.  
  21. the name of the file must be:
  22.  
  23.      Futura-CondExtraBoldObl
  24.  
  25. > How can I use these fonts
  26. The IRIS Font Manager in IRIX 4.0.5 and higher uses Type 1 outline font files 
  27. it finds in the directory /usr/lib/DPS/outline/base.  Link your program with:
  28.  
  29.      -lfm_s -lgl_s -lsun -lc_s [-lm] [-lmalloc]
  30.  
  31.     (square brackets indicate optional libraries)
  32.  
  33. and hack away.  You can use the Inventor toolkit to display 3D characters that
  34. are made from the character outlines found in outline fonts.
  35.  
  36. Write a Display PostScript (DPS) program that uses additional fonts.  DPS has
  37. been implemented as an extension of the X Window System.  You basically need
  38. to write an X program that makes use of that extension. 
  39.  
  40. My demo program xdpsglx shows how to use DPS in a mixed-model program.  You
  41. can get the source code for that program by anonymous ftp from sgi/src/dpsglx
  42. on sgi.com. 
  43.  
  44. You can add outline (PostScript) fonts to FrameMaker.  See Appendix F in the
  45. SGI FrameMaker Reference Manual (Doc. No. 007-1641-020).  You should also add
  46. the corresponding bitmap fonts to FrameMaker. 
  47.  
  48. If you create a PostScript file that uses your additional fonts, you can use
  49. xpsview to preview that file.  If you want to print that file, you should
  50. check whether your new font is built into your PS printer.  If it is not,
  51. you should download additional Type 1 font files to that printer.  I posted
  52. an article about how to do that.
  53.  
  54. You can use additional font files with the SGI Impressario.  Impressario can 
  55. use DPS to convert non-PostScript printers into PostScript printers. 
  56.  
  57. SGI has announced a version of the Adobe Illustrator for SGI machines.  It
  58. uses Display PostScript.    
  59.  
  60. The X11R5 version of the X Window System can use Type 1 outline font files.
  61.  
  62. You cannot add fonts to the current version of Showcase.
  63.  
  64. Ivan Bach, ib@sgi.com
  65.