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

ppmdcfont - Turn a Ppmdfont file into C source for a builtin font

Description

       This program is part of Netpbm(1).

       (There are no arguments or options)

       ppmdcfont  creates  a C source file that you can compile into a built-in font for use with the Netpbm PPM
       drawing facilities.  It reads a Ppmdfont file on Standard Input and writes the C source code to  Standard
       Output.

       The  output  C  source  code  has  the  font object's name hardcoded as ppmd_standardfont, which you will
       definitely want to edit, because that is the name of the font built in to libnetpbm.  If you don't change
       it, it will conflict both cognitively and in program linking.  There should obviously  be  an  option  on
       ppmdcfont to choose this, but the development effort has not been justified so far.

       See LibnetpbmPPMDrawingFunction Manual" (1) for details on Ppmdfont files.

Document Source

       This  manual  page was generated by the Netpbm tool 'makeman' from HTML source.  The master documentation
       is at

              http://netpbm.sourceforge.net/doc/ppmdcfont.html

netpbm documentation                             September 2005                         PpmdcfontUserManual(1)

Name

       ppmdcfont - Turn a Ppmdfont file into C source for a builtin font

See Also

ppmdraw(1), ppmddumpfont(1), ppmdcfont(1), LibnetpbmPPMDrawingFunctionManual(1)

Synopsis

ppmdcfont

See Also