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

  1. In article <Pine.BSF.3.91.960307115339.324A-100000@starfleet.gov>,
  2. Donald Burr  <d_burr@ix.netcom.com> wrote:
  3. >Ghostscript can also supposedly take Adobe-style Postscript fonts, so 
  4. >that you can buy the Adobe font CD and plug in "real" versions of 
  5. >Helvetica, etc.  Again, I'm not sure how to do this, and would gladly 
  6. >appreciate some enlightenemnt.
  7. Welp, I run GhostScript under both Linux and OS/2 (although not DOS), so the
  8. following might be of help.  I just use the Adobe fonts that came with
  9. ATM:).
  10.  
  11. My Fontmap file under Linux contains lines such as the following:
  12.  
  13. /Helvetica-Oblique              /Helvetica-Italic       ;
  14. /Helvetica-BoldOblique          /Helvetica-BoldItalic   ;
  15. /Helvetica                      (/mnt/d/psfonts/helv.pfb)   ;
  16. /Helvetica-Italic               (/mnt/d/psfonts/helvi.pfb)  ;
  17. /Helvetica-Bold                 (/mnt/d/psfonts/helvb.pfb)  ;
  18. /Helvetica-BoldItalic           (/mnt/d/psfonts/helvbi.pfb) ;
  19.  
  20. Substitute the appropriate Linux path for /mnt/d/psfonts.
  21. Under OS/2 the file includes lines like:
  22.  
  23. /Helvetica-Oblique              /Helvetica-Italic       ;
  24. /Helvetica-BoldOblique          /Helvetica-BoldItalic   ;
  25. /Helvetica                      (d:/psfonts/helv.pfb)   ;
  26. /Helvetica-Italic               (d:/psfonts/helvi.pfb)  ;
  27. /Helvetica-Bold                 (d:/psfonts/helvb.pfb)  ;
  28. /Helvetica-BoldItalic           (d:/psfonts/helvbi.pfb) ;
  29.  
  30. These are, unfortunately, the Adobe fonts that came with OS/2, so I suspect
  31. you will instead have paths that look something like those in my ATM.INI
  32. file for Winbloze:
  33.  
  34. Helvetica=c:\windows\psfonts\pfm\hv______.pfm,c:\windows\psfonts\hv______.pfb
  35. Helvetica,BOLD=c:\windows\psfonts\pfm\hvb_____.pfm,c:\windows\psfonts\hvb_____.pfb
  36. Helvetica,BOLDITALIC=c:\windows\psfonts\pfm\hvbo____.pfm,c:\windows\psfonts\hvbo____.pfb
  37. Helvetica,ITALIC=c:\windows\psfonts\pfm\hvo_____.pfm,c:\windows\psfonts\hvo_____.pfb
  38.  
  39. Similar concept, just give it a proper font name (look at the existing
  40. fontmap for ideas) and the path to the fonts pfb file.
  41.  
  42. Have fun.
  43.  
  44. --Toby Everett
  45.  
  46.