.TH T1BINARY 1 "5/21/92" .\" @(#) t1binary.1 1.1 13:06:15 5/21/92 .SH NAME t1binary \- convert type-1 font from ASCII to binary .SH SYNOPSIS .B t1binary [ .BI \-l " length" ] [ .I input [ .I output ] ] .SH DESCRIPTION .B t1binary converts Adobe type-1 font programs in PFA (hexadecimal) format to PFB (binary) format. If the file .I output is not specified output goes to the standard output. If the file .I input is not specified input comes from the standard input. In this way .B t1binary can be used as a filter. .SH OPTIONS .TP 12 .BI \-l " length" Set the maximum length of sections in PFB output to .I length. Default value is large, 2**17 - 6, yielding section size, including section header, of 128 Kbytes. .SH "SEE ALSO" .LP .BR t1disasm (1), .BR t1asm (1), .BR t1ascii (1), .LP .I "Adobe Type 1 Font Format" .SH BUGS None known. .SH AUTHOR Lee Hetherington (ilh@lcs.mit.edu)