| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| aclocal.m4 | 16-Nov-2024 | 127.6K | |
| atom.c | 16-Nov-2024 | 5.6K | |
| AUTHORS | 29-Jul-2008 | 32 | |
| bdfint.h | 16-Oct-2022 | 3.1K | |
| bdfread.c | 16-Nov-2024 | 32.2K | |
| bdftopcf.c | 16-Oct-2022 | 5.6K | |
| bdfutils.c | 16-Oct-2022 | 8.6K | |
| bitmap.c | 16-Oct-2022 | 5.2K | |
| bitmap.h | 16-Oct-2022 | 3.9K | |
| bitmaputil.c | 16-Oct-2022 | 7.5K | |
| bufio.c | 16-Oct-2022 | 4.3K | |
| bufio.h | 16-Oct-2022 | 2.4K | |
| ChangeLog | 16-Nov-2024 | 27.6K | |
| compile | 16-Nov-2024 | 7.4K | |
| config.guess | 16-Nov-2024 | 49.5K | |
| config.h | 16-Nov-2024 | 2K | |
| config.h.in | 16-Nov-2024 | 1.7K | |
| config.sub | 16-Nov-2024 | 36K | |
| configure | 16-Nov-2024 | 359.5K | |
| configure.ac | 16-Nov-2024 | 1.8K | |
| COPYING | 29-Jul-2008 | 1.1K | |
| defaults.c | 16-Oct-2022 | 2K | |
| depcomp | 16-Nov-2024 | 23.1K | |
| fileio.c | 16-Oct-2022 | 1.7K | |
| filewr.c | 16-Oct-2022 | 1.7K | |
| fntfil.h | 16-Oct-2022 | 8.7K | |
| fntfilio.h | 16-Oct-2022 | 1.8K | |
| fntfilst.h | 16-Oct-2022 | 6.6K | |
| font.h | 16-Oct-2022 | 4.1K | |
| fontaccel.c | 16-Oct-2022 | 4.1K | |
| fontink.c | 16-Oct-2022 | 6.7K | |
| fontmisc.h | 16-Oct-2022 | 2K | |
| fontutil.h | 16-Oct-2022 | 1K | |
| fontxlfd.h | 16-Oct-2022 | 3K | |
| INSTALL | 22-Jul-2015 | 15.4K | |
| install-sh | 16-Nov-2024 | 15.1K | |
| Makefile.am | 16-Oct-2022 | 2K | |
| Makefile.in | 16-Nov-2024 | 34.4K | |
| man/ | 19-Feb-2026 | ||
| missing | 16-Nov-2024 | 7.5K | |
| pcf.h | 16-Oct-2022 | 3.2K | |
| pcfwrite.c | 16-Nov-2024 | 16.9K | |
| private.c | 16-Oct-2022 | 1.4K | |
| README.md | 16-Oct-2022 | 788 | |
| utilbitmap.c | 16-Oct-2022 | 3.8K | |
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