Home | History | Annotate | only in /xsrc/external/mit/bdftopcf/dist
Up to higher level directory
NameDateSize
aclocal.m416-Nov-2024127.6K
atom.c16-Nov-20245.6K
AUTHORS29-Jul-200832
bdfint.h16-Oct-20223.1K
bdfread.c16-Nov-202432.2K
bdftopcf.c16-Oct-20225.6K
bdfutils.c16-Oct-20228.6K
bitmap.c16-Oct-20225.2K
bitmap.h16-Oct-20223.9K
bitmaputil.c16-Oct-20227.5K
bufio.c16-Oct-20224.3K
bufio.h16-Oct-20222.4K
ChangeLog16-Nov-202427.6K
compile16-Nov-20247.4K
config.guess16-Nov-202449.5K
config.h16-Nov-20242K
config.h.in16-Nov-20241.7K
config.sub16-Nov-202436K
configure16-Nov-2024359.5K
configure.ac16-Nov-20241.8K
COPYING29-Jul-20081.1K
defaults.c16-Oct-20222K
depcomp16-Nov-202423.1K
fileio.c16-Oct-20221.7K
filewr.c16-Oct-20221.7K
fntfil.h16-Oct-20228.7K
fntfilio.h16-Oct-20221.8K
fntfilst.h16-Oct-20226.6K
font.h16-Oct-20224.1K
fontaccel.c16-Oct-20224.1K
fontink.c16-Oct-20226.7K
fontmisc.h16-Oct-20222K
fontutil.h16-Oct-20221K
fontxlfd.h16-Oct-20223K
INSTALL22-Jul-201515.4K
install-sh16-Nov-202415.1K
Makefile.am16-Oct-20222K
Makefile.in16-Nov-202434.4K
man/19-Feb-2026
missing16-Nov-20247.5K
pcf.h16-Oct-20223.2K
pcfwrite.c16-Nov-202416.9K
private.c16-Oct-20221.4K
README.md16-Oct-2022788
utilbitmap.c16-Oct-20223.8K

README.md

      1 bdftopcf is a font compiler for the X server and font server.  Fonts
      2 in Portable Compiled Format can be read by any architecture, although
      3 the file is structured to allow one particular architecture to read
      4 them directly without reformatting.  This allows fast reading on the
      5 appropriate machine, but the files are still portable (but read more
      6 slowly) on other machines.
      7 
      8 All questions regarding this software should be directed at the
      9 Xorg mailing list:
     10 
     11   https://lists.x.org/mailman/listinfo/xorg
     12 
     13 The primary development code repository can be found at:
     14 
     15   https://gitlab.freedesktop.org/xorg/util/bdftopcf
     16 
     17 Please submit bug reports and requests to merge patches there.
     18 
     19 For patch submission instructions, see:
     20 
     21   https://www.x.org/wiki/Development/Documentation/SubmittingPatches
     22 
     23