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

  1.  
  2. Printing "AGaramond Italic" on a real Mac without "Font inclusion"
  3. causes Ghostscript to substitue this way: 
  4.  
  5. GS:   Substituting font Helvetica-Oblique for AGaramond-Italic
  6.  
  7. %!PS-Adobe-3.0
  8. %%Title: (Ohne Titel 1 \(TV\))
  9. %%Creator: (ClarisWorks: PSPrinter 8.2.1)
  10. %%CreationDate: (16:55 Uhr Mittwoch, 3. April 1996)
  11. %%For: (Karsten Schneeberger)
  12. %%Pages: 1
  13. %%DocumentFonts: AGaramond-Italic
  14. %%DocumentNeededFonts: AGaramond-Italic
  15. %%DocumentSuppliedFonts:
  16. %%DocumentData: Clean7Bit
  17. %%PageOrder: Ascend
  18. %%Orientation: Portrait
  19. %%DocumentMedia: Default 612 792 0 () ()
  20. [...]
  21.  
  22.  
  23. But printing "AGaramond Italic" with Executor makes Ghostscript
  24. looking for "AGaramond Italic" which is the MenuName, instead of
  25. "AGaramond-Italic" which is the Postscript FontName.
  26.  
  27. GS:   Substituting font Helvetica-Oblique for AGaramond Italic
  28.  
  29. %!PS-Adobe-3.0
  30. %%Creator: Executor
  31. %%DocumentFonts: (atend)
  32. [...]
  33. grestore
  34. 36.000000 56.000000 moveto
  35. (AGaramond Italic)
  36. [...]
  37. selectfont
  38. [...]
  39.  
  40. Perhaps you will have to change Executor not to use the MenuName for
  41. printing and to use the postscript name instead. I dont know how to do 
  42. this if only the MenuName is stored in the bitmapped fonts. How about
  43. not only dragging the bitmapped fonts to the hot band but also installing
  44. the MacOutlineFont (=printer font) for downloading to the printer. 
  45.  
  46. --- Karsten Schneeberger
  47.  
  48.     Karsten Schneeberger   Fotodesign
  49.     Schloesslanger 8 - 80939 Muenchen
  50.     Phone 089-3115596 Fax 089-3115598
  51.     email:  ks@fotodesign.spacenet.de
  52.  
  53.  
  54. ---------- Forwarded message ----------
  55. Date: Wed, 3 Apr 1996 16:38:31 +0200 (MET DST):
  56. From: Karsten Schneeberger <ks@fotodesign.spacenet.de>
  57. To: hn16@cornell.edu
  58. Cc: executor@ardi.com
  59. Subject: Re: e/l printing
  60.  
  61. On Mon, 1 Apr 1996, Hyung-song Nam wrote:
  62.  
  63. > Executor seems to generate ps files with mac-type font names
  64. > (spaces in between words). can someone tell me how to remap a
  65. > font for use w/ executor? I tried this for a Type1 font Garamond
  66. >
  67. > Fontmap file entry
  68. > /AGaramond-Italic              (gdi_____.pfb)  ;
  69. >
  70. > This works, but executor generates ps files with (AGaramond Italic).
  71. >
  72. > if I try this:
  73. > /AGaramond Italic              (gdi_____.pfb)  ;
  74. > gs can't find the font, and the font is substituted by some other font.
  75. >
  76. > Does this mean gs can't handle font names with spaces in Fontmap file? If
  77. > this is so, how would I remap fonts? I know this is mailling list for
  78. > executor, but I heard someone mentioned this on here already.
  79.     
  80.     Postscript FontName:   AGaramond-Italic
  81.     Macintosh Menu Name:   AGaramond Italic
  82.     MacOutline FileName:   AGarIta
  83.     Windows/PC MenuName:   AGaramond
  84.     Windows/PC FileName:   gdi_____.pfb
  85.     
  86.     To remap fonts you have to use two lines:
  87.     
  88.     /AGaramond Italic      /AGaramond-Italic   ;
  89.     /AGaramond-Italic      (gdi_____.pfb)      ;
  90.  
  91.     Some examples:
  92.  
  93.     /Font-requested-for-printing    /A-Different-Font ;
  94.     /A-Different-Font               (foo_____.pfb)    ;
  95.  
  96.     /Helvetica-Narrow               /Sans-Narrow    ;
  97.     /Sans-Narrow                    (hln_____.pfb)  ;
  98.  
  99.     /Palatino-Roman                 /Palton-Roman   ;
  100.     /Palton-Roman                   (por_____.pfb)  ;
  101.     
  102.     Please tell me if it worked for you, and if so I will write
  103.     an entry for use in the FAQ.
  104.     
  105. --- Karsten Schneeberger
  106.  
  107.     Karsten Schneeberger   Fotodesign
  108.     Schloesslanger 8 - 80939 Muenchen
  109.     Phone 089-3115596 Fax 089-3115598
  110.     email:  ks@fotodesign.spacenet.de
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.