logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

t1binary - convert PostScript Type 1 font from ASCII to binary

Authors

       Lee Hetherington (ilh@lcs.mit.edu)
       Eddie Kohler (ekohler@gmail.com)

       Ported   to   Microsoft   C/C++   Compiler   and   MS-DOS   operating   system   by    Kai-Uwe    Herbing
       (herbing@netmbx.netmbx.de).

Version 1.41                                                                                         T1BINARY(1)

Description

t1binary  converts  Adobe Type 1 font programs in PFA (hexadecimal) format to PFB (binary) format. If the
       file output is not specified output goes to the standard output.  If the  file  input  is  not  specified
       input comes from the standard input.

Name

       t1binary - convert PostScript Type 1 font from ASCII to binary

Options

--block-length=length, -llength
            Set  the  maximum  length  of  sections  in PFB output to length.  The default length is as large as
            memory allows.

See Also

t1ascii(1), t1unmac(1), t1mac(1), t1disasm(1), t1asm(1)

       AdobeType1FontFormat

Synopsis

t1binary [-llength] [input [output]]

See Also