openbsd-xenocara/app/bdftopcf
matthieu ee53c51e91 Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
..
man Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
AUTHORS
COPYING
ChangeLog Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
INSTALL
Makefile.am Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
Makefile.bsd-wrapper
Makefile.in Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
README.md Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
aclocal.m4 Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
atom.c Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
bdfint.h Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
bdfread.c Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
bdftopcf.c Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
bdfutils.c Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
bitmap.c Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
bitmap.h Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
bitmaputil.c Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
bufio.c Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
bufio.h Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
compile Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
config.guess
config.h.in
config.sub
configure Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
configure.ac Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
defaults.c Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
depcomp
fileio.c Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
filewr.c Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
fntfil.h Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
fntfilio.h Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
fntfilst.h Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
font.h Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
fontaccel.c Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
fontink.c Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
fontmisc.h Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
fontutil.h Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
fontxlfd.h Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
install-sh
missing
pcf.h Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
pcfwrite.c Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
private.c Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00
utilbitmap.c Update bdftopcf to version 1.1.1 2022-11-06 12:25:44 +00:00

README.md

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:

https://lists.x.org/mailman/listinfo/xorg

The primary development code repository can be found at:

https://gitlab.freedesktop.org/xorg/util/bdftopcf

Please submit bug reports and requests to merge patches there.

For patch submission instructions, see:

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