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

  1. >>>>> "Karsten" == Karsten Schneeberger <ks@fotodesign.spacenet.de> writes:
  2. In article <Pine.LNX.3.91.960413101713.553B-100000@fotodesign.spacenet.de> Karsten Schneeberger <ks@fotodesign.spacenet.de> writes:
  3.  
  4.  
  5.     Karsten> On Wed, 10 Apr 1996, Clifford T. Matthews wrote:
  6.     >> Hmmm...  So you're copying fonts from the Mac to the PC and you
  7.     >> then use some conversion program that wants the resource fork?
  8.     >> I don't know what Mac-ette does, but Executor doesn't give you
  9.     >> the resource fork in a file by itself.  The datafork is in a
  10.     >> file by itself, but the resource fork is combined in a file
  11.     >> that also contains the type information and a map of what
  12.     >> information is stored where.  You can strip the first 512 bytes
  13.     >> of the %file and then you're left with just the resource fork.
  14.  
  15.     Karsten> Can you just tell me how to do this with Linux ? I'll try
  16.     Karsten> this.
  17.  
  18. dd bs=1b skip=1 < %file > resource_fork
  19.  
  20. That tells the "dd" program to copy from %file to resource_file and to
  21. use a block size of one block (i.e. 512 bytes) and to skip the first
  22. block when copying.
  23.  
  24.     Karsten> I can ftp the font conversion program to ARDI if you
  25.     Karsten> like. This program converts between mac and pc ps-fonts
  26.     Karsten> and I think that all it does is to strip some bytes off
  27.     Karsten> the mac-outline font to generate the pc ps-font *.pfb .
  28.  
  29. How about trying the above first and letting us know if that works?
  30.  
  31.     Karsten> There are other conversion programs to convert the
  32.     Karsten> bitmapped fonts to the pc screen fonts *.pfm - but I was
  33.     Karsten> not happy with the converted screen fonts (they look
  34.     Karsten> ugly, bad kerning). I prefer using the original *.pfm
  35.     Karsten> screen fonts; they are stored on every mac&pc font CD
  36.     Karsten> along with the suitcases that contain the mac bitmapped
  37.     Karsten> fonts.
  38.  
  39.     Karsten> --- Karsten Schneeberger
  40.  
  41. --Cliff
  42. ctm@ardi.com
  43.  
  44.