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

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