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

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