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

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