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

gf2pbm - convert a character from a GF font file to PBM format

Author

gf2pbm is based on Paul Vojta's Xdvi, and was munged by Han-Wen Nienhuys <hanwen@xs4all.nl>.  This manual
       page was written by Julian Gilbey <jdg@debian.org>, for the Debian GNU/Linux system (but may be  used  by
       others).

                                                February 11, 2002                                      gf2pbm(1)

Description

       This  manual  page  documents  briefly  the  gf2pbm  command.  gf2pbm is a program that converts a single
       character from a METAFONT-produced GF font file to PBM format.  It is used internally  by  mftrace(1)  to
       feed to autotrace(1) to create a Postscript outline description of the character.

Exit Status

gf2pbm  exits  with status 0 if successful, status 1 if the requested glyph did not exist and status 2 if
       there was some other error.

Name

       gf2pbm - convert a character from a GF font file to PBM format

Options

-b     Dump a bitmap file.

       -s     Show glyph size.

       -nNUM Process glyph number NUM.

       -oFILE
              Output to FILE instead of stdout.

       -h     Show summary of options.

       -d     Display debugging information.

See Also

mf(1), pktrace(1).

Synopsis

gf2pbm [options] GF-file

See Also