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

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