1PFB2PFA(1) General Commands Manual PFB2PFA(1)
2
3
4
6 pfb2pfa - convert a type1 pfb file (binary MSDOS) into a pfa (ASCII)
7
9 pfb2pfa [-v] pfbfile [pfafile]
10
12 Program converts a binary MSDOS representation for a type1 PostScript
13 font into a readable ASCII version. The MSDOS newline (\r) is con‐
14 verted into the UNIX newline (\n). The output is written in a file
15 whose name is the name that is provided on the command line or the
16 basename of the input file plus extension ".pfa".
17
18 With the -v option you get some information about what the program is
19 doing.
20
22 Piet Tutelaers
23 Maintained in TeX Live; please send bug reports or other correspondence
24 to tex-k@tug.org (http://lists.tug.org/tex-k).
25
26
27
28
29
30 1 Feb 2016 PFB2PFA(1)