1T1UNMAC(1)                  General Commands Manual                 T1UNMAC(1)
2
3
4

NAME

6       t1unmac - translate a Mac PostScript Type 1 font into PFA or PFB format
7

SYNOPSIS

9       t1unmac [-a|-b] [-r] [input [output]]
10

DESCRIPTION

12       t1unmac  extracts  POST resources from a Macintosh PostScript font file
13       and creates a PFA (hexadecimal) or PFB (binary)  font  file.  The  file
14       input should be in MacBinary I or II, AppleSingle, AppleDouble, or Bin‐
15       Hex format, or it can be a raw resource fork. If  the  file  is  a  raw
16       resource  fork,  you need to give the `--raw' option; otherwise t1unmac
17       should automatically figure out what kind of file you have. If the file
18       output is not specified output goes to the standard output.
19

OPTIONS

21       --pfa, -a
22            Output in PFA (ASCII) format.
23
24       --pfb, -b
25            Output in PFB (binary) format. This is the default.
26
27       --raw, -r
28            Indicates that the input is a raw resource fork.
29
30       --macbinary
31            Indicates that the input is in MacBinary I or II format.
32
33       --applesingle
34            Indicates that the input is in AppleSingle format.
35
36       --appledouble
37            Indicates that the input is in AppleDouble format.
38
39       --binhex
40            Indicates that the input is in BinHex 4.0 format.
41
42       --block-length=num, -l num
43            PFB only: Set the maximum output block length to num.  The default
44            length is as large as memory allows.
45
46       --line-length=num, -l num
47            PFA only: Set the maximum length of encrypted lines in the  output
48            to  num.   (These  are  the lines consisting wholly of hexadecimal
49            digits.) The default is 64.
50

EXAMPLES

52       On Mac OS X, you can use t1unmac to translate a font into  PFA  or  PFB
53       format as follows:
54       % t1unmac --raw FONTFILENAME/..namedfork/rsrc > OUTPUT
55

SEE ALSO

57       t1mac(1), t1ascii(1), t1binary(1), t1asm(1), t1disasm(1)
58

AUTHORS

60       Lee Hetherington (ilh@lcs.mit.edu)
61       Eddie Kohler (ekohler@gmail.com)
62
63       Ported  to Microsoft C/C++ Compiler and MS-DOS operating system by Kai-
64       Uwe Herbing (herbing@netmbx.netmbx.de).
65
66
67
68Version 1.37                                                        T1UNMAC(1)
Impressum