home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 12 Font / 12-Font.zip / FONTUTIL.ZIP / t1binary.man < prev    next >
Text File  |  1992-06-12  |  979b  |  36 lines

  1. T1BINARY (1)                                         T1BINARY (1)
  2.  
  3.  
  4. NAME
  5.      t1binary - convert type-1 font from ASCII to binary
  6.  
  7. SYNOPSIS
  8.      t1binary [-l length][input[output]]
  9.  
  10. DESCRIPTION
  11.      t1binary converts Adobe type-1 font programs in PFA (hexa-
  12.      decimal) format to PFB (binary) format.  If the file output
  13.      is not specified output goes to the standard output.  If the
  14.      file is not specified input comes from the standard input.
  15.      In this way t1binary can be used as a filter.
  16.  
  17. OPTIONS
  18.      -l length
  19.         Set the maximum length of sections in PFB output to
  20.         length.  Default value is 32 KB.
  21.  
  22. SEE ALSO
  23.      t1disasm (1), t1asm (1), t1ascii (1),
  24.      Adobe Type 1 Font Format
  25.  
  26. BUGS
  27.      None known.
  28.  
  29. AUTHOR
  30.      Lee Hetherington (ilh@lcs.mit.edu)
  31.  
  32.      Ported to Microsoft C/C++ Compiler and MS-DOS operating
  33.      system by Kai-Uwe Herbing (herbing@netmbx.netmbx.de)
  34.  
  35.                           June 12, 1992
  36.