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

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