xenocara/app/bdftopcf
purplerain 155eb8555e
sync with OpenBSD -current
2024-04-29 00:35:41 +00:00
..
man sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
AUTHORS sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
COPYING sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ChangeLog sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
INSTALL sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.am sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
Makefile.bsd-wrapper sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.in sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
README.md sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
aclocal.m4 sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
atom.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
bdfint.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
bdfread.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
bdftopcf.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
bdfutils.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
bitmap.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
bitmap.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
bitmaputil.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
bufio.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
bufio.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
compile sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
config.guess sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
config.h.in sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
config.sub sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
configure sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
configure.ac sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
defaults.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
depcomp sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fileio.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
filewr.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fntfil.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fntfilio.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fntfilst.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
font.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fontaccel.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fontink.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fontmisc.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fontutil.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fontxlfd.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
install-sh sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
missing sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
pcf.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
pcfwrite.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
private.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
utilbitmap.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +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