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

t1rawafm - produce raw AFM metrics from a PostScript Type 1 font

Author

       Eddie Kohler (ekohler@gmail.com)

Version 2.110                                    LCDF Typetools                                      T1RAWAFM(1)

Description

T1rawafm  generates an AFM file with the information available in a PostScript Type 1 font.  The AFM file
       will lack kerns, ligature information, and composite characters, but is otherwise usable.  The  AFM  file
       is  written  to  the  standard  output (but see the --output option).  If no input font file is supplied,
       t1rawafm reads a PFA or PFB font from the standard input.

Name

       t1rawafm - produce raw AFM metrics from a PostScript Type 1 font

Options

--output=file, -ofile
            Send output to file instead of standard output.

       -h, --help
            Print usage information and exit.

       --version
            Print the version number and some short non-warranty information and exit.

Return Values

T1rawafm exits with value 0 if an AFM metrics file was successfully generated, and 1 otherwise.

See Also

AdobeType1FontFormat, AdobeFontMetricsFileFormatSpecificationv4.1

Synopsis

t1rawafm [OPTIONS...] [font [outputfile]]

See Also