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

pcf2bdf - convert X font from Portable Compiled Format to Bitmap Distribution Format

Author

       TAGA Nayuta <nayuta@ganaware.jp>

                                                                                                      PCF2BDF(1)

Description

Pcf2bdf  is  a  font  de-compiler.   It  converts  X  font  from Portable Compiled Format (PCF) to Bitmap
       Distribution Format (BDF).  It can also accept a compressed/gzipped PCF file as input, but gzip  must  be
       found in your PATH.

       FONTBOUNDINGBOXinaBDFfileisnotusedbybdftopcf , so pcf2bdf generates irresponsible values.

Name

       pcf2bdf - convert X font from Portable Compiled Format to Bitmap Distribution Format

Options

-v      very verbose output.

       -ooutput-file-name
               By  default  pcf2bdf writes the bdf file to standard output; this option gives the name of a file
               to be used instead.

See Also

bdftopcf(1), X(7)

Synopsis

pcf2bdf [ -v ] [ -ooutputfile ] [ fontfile.pcf[.gz] ]

See Also