home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 400-499 / ff455.lzh / ConvMacF / readme < prev    next >
Text File  |  1991-02-12  |  2KB  |  47 lines

  1. Converting MAC format Adobe Font Files to ASCII Postscript Programs
  2.  
  3.  
  4. The CONVMACF utility reads a compressed Macintosh Format Adobe Font file
  5. and unpacks it to an ASCII text file.  This permits sending the font to a
  6. printer as a PostScript program, and eliminates the need for a font
  7. loading program.  The disadvantage is that the font file takes up more
  8. space on the host computer's hard disk, (but not in the PostScript
  9. printer).  The utility does not decrypt the font file; rather, it converts
  10. it to a format that can be sent to an Adobe PostScript printer directly.
  11.  
  12. The result of this is that those who do not use MACs can have access to
  13. MAC format fonts for their Adobe's Printers.
  14.  
  15. To use CONVMACF, just:
  16.  
  17.      convmacf <input_MAC_font_file> <output_ASCII_font_program>
  18.  
  19. Then then you can send the ASCII font program to your printer.  For example,
  20. in the DOS environment, with a PostScript printer on LPT1:
  21.  
  22.      type <ASCII_font_program> >prn
  23.  
  24.  
  25. COMVMACF does not help with the problem of moving the Adobe Font File
  26. from the MAC environment to your environment.  For MAC to PC applications,
  27. my testing and development of CONVMACF involved moving the MAC font file
  28. from the MAC to the PC over a network in which a SUN computer was the
  29. file server.   The MAC side of the system required changes to the
  30. font filenames so that they were compatible with DOS file-naming
  31. conventions, e.g., no spaces, 8 characters, etc.
  32.  
  33. If you have problems CONVMACF, I suggest first looking at the source
  34. file supplied.  CONVMACF is a simple program that borrows heavily from
  35. the CONV program written by "mzellers" on BIX (in the conv.arc listing
  36. in the postscript\listings conference).  I modified "mzellers" program
  37. (which failed to convert MAC format font files).  "mzellers" can be
  38. contacted on Bix as "mzellers" or via UUCP at
  39. "decwrl.dec.com!batgirl!mark".  I can be contacted on BIX as "srogers".
  40.  
  41. You may also need to convert the MAC format AFM files.  This conversion is
  42. quite simple, requiring the the addition of an ASCII line feed character
  43. (0x0A) after every ASCII carriage return character (0x0D) in the MAC format
  44. file.
  45.  
  46.  
  47.