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

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