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

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