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

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