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

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