home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text2316.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  2.9 KB  |  65 lines

  1.     id m0tveO3-0007qFa; Sat, 9 Mar 96 23:13 MST
  2. Sender: owner-executor
  3. Received: from ardi.com by ftp.ardi.com
  4.     (Smail3.1.29.1 #3) id m0tveNR-0007q9n; Sat, 9 Mar 96 23:13 MST
  5. Path: sloth.swcp.com!tesuque.cs.sandia.gov!ferrari.mst6.lanl.gov!newshost.lanl.gov!ncar!csn!news-1.csn.net!ub!newsstand.cit.cornell.edu!news.tc.cornell.edu!newsserver.sdsc.edu!news.cerf.net!news.lainet.com!nntp2.cerf.net!news.claremont.edu!tua.st.hmc.edu!tua
  6. From: tua@tua.st.hmc.edu (Toby Everett)
  7. Newsgroups: comp.emulators.mac.executor
  8. Subject: Re: Fonts in Word5.1 and Ghostscript
  9. Date: 8 Mar 1996 05:30:15 GMT
  10. Organization: none
  11. Lines: 44
  12. Message-ID: <4hogl7$k7r@jaws.cs.hmc.edu>
  13. References: <Pine.BSF.3.91.960307115339.324A-100000@starfleet.gov>
  14. NNTP-Posting-Host: tua.st.hmc.edu
  15. To: executor@ardi.com
  16. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  17. Sender: owner-executor@ardi.com
  18. Precedence: bulk
  19.  
  20. In article <Pine.BSF.3.91.960307115339.324A-100000@starfleet.gov>,
  21. Donald Burr  <d_burr@ix.netcom.com> wrote:
  22. >Ghostscript can also supposedly take Adobe-style Postscript fonts, so 
  23. >that you can buy the Adobe font CD and plug in "real" versions of 
  24. >Helvetica, etc.  Again, I'm not sure how to do this, and would gladly 
  25. >appreciate some enlightenemnt.
  26. Welp, I run GhostScript under both Linux and OS/2 (although not DOS), so the
  27. following might be of help.  I just use the Adobe fonts that came with
  28. ATM:).
  29.  
  30. My Fontmap file under Linux contains lines such as the following:
  31.  
  32. /Helvetica-Oblique              /Helvetica-Italic       ;
  33. /Helvetica-BoldOblique          /Helvetica-BoldItalic   ;
  34. /Helvetica                      (/mnt/d/psfonts/helv.pfb)   ;
  35. /Helvetica-Italic               (/mnt/d/psfonts/helvi.pfb)  ;
  36. /Helvetica-Bold                 (/mnt/d/psfonts/helvb.pfb)  ;
  37. /Helvetica-BoldItalic           (/mnt/d/psfonts/helvbi.pfb) ;
  38.  
  39. Substitute the appropriate Linux path for /mnt/d/psfonts.
  40. Under OS/2 the file includes lines like:
  41.  
  42. /Helvetica-Oblique              /Helvetica-Italic       ;
  43. /Helvetica-BoldOblique          /Helvetica-BoldItalic   ;
  44. /Helvetica                      (d:/psfonts/helv.pfb)   ;
  45. /Helvetica-Italic               (d:/psfonts/helvi.pfb)  ;
  46. /Helvetica-Bold                 (d:/psfonts/helvb.pfb)  ;
  47. /Helvetica-BoldItalic           (d:/psfonts/helvbi.pfb) ;
  48.  
  49. These are, unfortunately, the Adobe fonts that came with OS/2, so I suspect
  50. you will instead have paths that look something like those in my ATM.INI
  51. file for Winbloze:
  52.  
  53. Helvetica=c:\windows\psfonts\pfm\hv______.pfm,c:\windows\psfonts\hv______.pfb
  54. Helvetica,BOLD=c:\windows\psfonts\pfm\hvb_____.pfm,c:\windows\psfonts\hvb_____.pfb
  55. Helvetica,BOLDITALIC=c:\windows\psfonts\pfm\hvbo____.pfm,c:\windows\psfonts\hvbo____.pfb
  56. Helvetica,ITALIC=c:\windows\psfonts\pfm\hvo_____.pfm,c:\windows\psfonts\hvo_____.pfb
  57.  
  58. Similar concept, just give it a proper font name (look at the existing
  59. fontmap for ideas) and the path to the fonts pfb file.
  60.  
  61. Have fun.
  62.  
  63. --Toby Everett
  64.  
  65.