NameDateSize

..10-Nov-202518

aclocal.m4H A D10-Nov-2025127.6 KiB

atom.cH A D10-Nov-20255.6 KiB

AUTHORSH A D10-Nov-202532

bdfint.hH A D10-Nov-20253.1 KiB

bdfread.cH A D10-Nov-202532.2 KiB

bdftopcf.cH A D10-Nov-20255.6 KiB

bdfutils.cH A D10-Nov-20258.6 KiB

bitmap.cH A D10-Nov-20255.2 KiB

bitmap.hH A D10-Nov-20253.9 KiB

bitmaputil.cH A D10-Nov-20257.5 KiB

bufio.cH A D10-Nov-20254.3 KiB

bufio.hH A D10-Nov-20252.4 KiB

ChangeLogH A D10-Nov-202527.6 KiB

compileH A D10-Nov-20257.4 KiB

config.guessH A D10-Nov-202549.5 KiB

config.hH A D10-Nov-20252 KiB

config.h.inH A D10-Nov-20251.7 KiB

config.subH A D10-Nov-202536 KiB

configureH A D10-Nov-2025359.5 KiB

configure.acH A D10-Nov-20251.8 KiB

COPYINGH A D10-Nov-20251.1 KiB

defaults.cH A D10-Nov-20252 KiB

depcompH A D10-Nov-202523.1 KiB

fileio.cH A D10-Nov-20251.7 KiB

filewr.cH A D10-Nov-20251.7 KiB

fntfil.hH A D10-Nov-20258.7 KiB

fntfilio.hH A D10-Nov-20251.8 KiB

fntfilst.hH A D10-Nov-20256.6 KiB

font.hH A D10-Nov-20254.1 KiB

fontaccel.cH A D10-Nov-20254.1 KiB

fontink.cH A D10-Nov-20256.7 KiB

fontmisc.hH A D10-Nov-20252 KiB

fontutil.hH A D10-Nov-20251 KiB

fontxlfd.hH A D10-Nov-20253 KiB

INSTALLH A D10-Nov-202515.4 KiB

install-shH A D10-Nov-202515.1 KiB

Makefile.amH A D10-Nov-20252 KiB

Makefile.inH A D10-Nov-202534.4 KiB

man/H10-Nov-202564

missingH A D10-Nov-20257.5 KiB

pcf.hH A D10-Nov-20253.2 KiB

pcfwrite.cH A D10-Nov-202516.9 KiB

private.cH A D10-Nov-20251.4 KiB

README.mdH A D10-Nov-2025788

utilbitmap.cH A D10-Nov-20253.8 KiB

README.md

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