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

  1.     id m0u4VJ1-0007rLa; Wed, 3 Apr 96 09:21 MST
  2. Sender: owner-executor
  3. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  4.     id m0u4V1u-0007rPC; Wed, 3 Apr 96 09:03 MST
  5. Received: (from ks@localhost) by fotodesign.spacenet.de (8.6.12/8.6.12) id QAA00578; Wed, 3 Apr 1996 16:38:31 +0200
  6. Mime-version: 1.0
  7. Message-id: <Pine.LNX.3.91.960403161851.542A-100000@fotodesign.spacenet.de>
  8. Subject: Re: e/l printing
  9. Cc: executor@ardi.com
  10. Content-type: TEXT/PLAIN; charset=US-ASCII
  11. In-reply-to: <Pine.LNX.3.91.960331195924.374A-100000@wintermute.resnet.cornell.edu>
  12. To: hn16@cornell.edu
  13. Date: Wed, 3 Apr 1996 16:38:31 +0200
  14. From: Karsten Schneeberger <ks@fotodesign.spacenet.de>
  15. Sender: owner-executor@ardi.com
  16. Precedence: bulk
  17.  
  18. On Mon, 1 Apr 1996, Hyung-song Nam wrote:
  19.  
  20. > Executor seems to generate ps files with mac-type font names
  21. > (spaces in between words). can someone tell me how to remap a
  22. > font for use w/ executor? I tried this for a Type1 font Garamond
  23. >
  24. > Fontmap file entry
  25. > /AGaramond-Italic              (gdi_____.pfb)  ;
  26. >
  27. > This works, but executor generates ps files with (AGaramond Italic).
  28. >
  29. > if I try this:
  30. > /AGaramond Italic              (gdi_____.pfb)  ;
  31. > gs can't find the font, and the font is substituted by some other font.
  32. >
  33. > Does this mean gs can't handle font names with spaces in Fontmap file? If
  34. > this is so, how would I remap fonts? I know this is mailling list for
  35. > executor, but I heard someone mentioned this on here already.
  36.     
  37.     Postscript FontName:   AGaramond-Italic
  38.     Macintosh Menu Name:   AGaramond Italic
  39.     MacOutline FileName:   AGarIta
  40.     Windows/PC MenuName:   AGaramond
  41.     Windows/PC FileName:   gdi_____.pfb
  42.     
  43.     To remap fonts you have to use two lines:
  44.     
  45.     /AGaramond Italic      /AGaramond-Italic   ;
  46.     /AGaramond-Italic      (gdi_____.pfb)      ;
  47.  
  48.     Some examples:
  49.  
  50.     /Font-requested-for-printing    /A-Different-Font ;
  51.     /A-Different-Font               (foo_____.pfb)    ;
  52.  
  53.     /Helvetica-Narrow               /Sans-Narrow    ;
  54.     /Sans-Narrow                    (hln_____.pfb)  ;
  55.  
  56.     /Palatino-Roman                 /Palton-Roman   ;
  57.     /Palton-Roman                   (por_____.pfb)  ;
  58.     
  59.     Please tell me if it worked for you, and if so I will write
  60.     an entry for use in the FAQ.
  61.     
  62. --- Karsten Schneeberger
  63.  
  64.     Karsten Schneeberger   Fotodesign
  65.     Schloesslanger 8 - 80939 Muenchen
  66.     Phone 089-3115596 Fax 089-3115598
  67.     email:  ks@fotodesign.spacenet.de
  68.  
  69.  
  70.  
  71.  
  72.