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

bdf2sfd — BDF to SFD converter

Authors

bdf2sfd was written by Frederic Cambus.

Debian                                          February 12, 2021                                     BDF2SFD(1)

Description

bdf2sfd is a BDF to SFD converter, allowing to vectorize bitmap fonts.  It works by converting each pixel
       of  a  glyph  to a polygon, which produces large and unoptimized SFD files which should be post-processed
       using FontForge.

       If file is a single dash (`-'), bdf2sfd reads from the standard input.

       The options are as follows:

       -fname     Specify font name.

       -pname     Specify PostScript font name.

       -h          Display usage.

       -v          Display version.

Name

       bdf2sfd — BDF to SFD converter

Synopsis

bdf2sfd [-hv] [-fname] [-pname] font.bdf

See Also