1T1ASCII(1) General Commands Manual T1ASCII(1)
2
3
4
6 t1ascii - convert PostScript Type 1 font from binary to ASCII
7
9 t1ascii [-l length] [input [output]]
10
12 t1ascii converts Adobe Type 1 font programs in PFB (binary) format to
13 PFA (hexadecimal) 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 --line-length=num, -l num
19 Set the maximum length of encrypted lines in the output to num.
20 (These are the lines consisting wholly of hexadecimal digits.) The
21 default is 64.
22
23 --warnings, -w
24 Warn when the input font contains lines longer than 255 charac‐
25 ters. Long lines don't strictly conform to Adobe's Document
26 Structuring Conventions, and may cause problems with older soft‐
27 ware.
28
30 t1binary(1), t1unmac(1), t1mac(1), t1asm(1), t1disasm(1)
31
32 Adobe Type 1 Font Format
33
35 Lee Hetherington (ilh@lcs.mit.edu)
36 Eddie Kohler (ekohler@gmail.com)
37
38 Ported to Microsoft C/C++ Compiler and MS-DOS operating system by Kai-
39 Uwe Herbing (herbing@netmbx.netmbx.de).
40
41
42
43Version 1.37 T1ASCII(1)