xenocara/app/bdftopcf
2018-10-26 17:37:47 +00:00
..
man
aclocal.m4
atom.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
AUTHORS
bdfint.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
bdfread.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
bdftopcf.c Add a few \n I missed to add in some fprintf(3)s in my last commit 2018-10-26 17:37:47 +00:00
bdfutils.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
bitmap.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
bitmap.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
bitmaputil.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
bufio.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
bufio.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
ChangeLog Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
compile Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
config.guess
config.h.in
config.sub
configure Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
configure.ac Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
COPYING
defaults.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
depcomp
fileio.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
filewr.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fntfil.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fntfilio.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fntfilst.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
font.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fontaccel.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fontink.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fontmisc.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fontutil.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fontxlfd.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
INSTALL
install-sh
Makefile.am Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
Makefile.bsd-wrapper
Makefile.in Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
missing
pcf.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
pcfwrite.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
private.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
README
stubs.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
utilbitmap.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00

bdftopcf is a font compiler for the X server and font server.  Fonts
in Portable Compiled Format can be read by any architecture, although
the file is structured to allow one particular architecture to read
them directly without reformatting.  This allows fast reading on the
appropriate machine, but the files are still portable (but read more
slowly) on other machines.

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/app/bdftopcf

        http://cgit.freedesktop.org/xorg/app/bdftopcf

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage