1T1BINARY(1) General Commands Manual T1BINARY(1)
2
3
4
6 t1binary - convert PostScript Type 1 font from ASCII to binary
7
9 t1binary [-l length] [input [output]]
10
12 t1binary converts Adobe Type 1 font programs in PFA (hexadecimal) for‐
13 mat to PFB (binary) format. If the file output is not specified output
14 goes to the standard output. If the file input is not specified input
15 comes from the standard input.
16
18 --block-length=length, -l length
19 Set the maximum length of sections in PFB output to length. The
20 default length is as large as memory allows.
21
23 t1ascii(1), t1unmac(1), t1mac(1), t1disasm(1), t1asm(1)
24
25 Adobe Type 1 Font Format
26
28 Lee Hetherington (ilh@lcs.mit.edu)
29 Eddie Kohler (ekohler@gmail.com)
30
31 Ported to Microsoft C/C++ Compiler and MS-DOS operating system by Kai-
32 Uwe Herbing (herbing@netmbx.netmbx.de).
33
34
35
36Version 1.41 T1BINARY(1)