1This directory contains utilities which can be used for adhoc testing of 2libXfont by developers, and which are hoped to be useful for building up 3automated testing in the future. 4 5They are not intended for distros to package and ship to end users - they 6are not documented, and are full of assert() and fatal err() calls where 7end user software would have error handling. 8 9No promises of interface stability are made for these - they may change at 10any time to allow better testing. 11 12Utilities include: 13 14lsfontdir: 15 Reads & prints the contents of fonts.dir files. 16 Takes a list of font path entries on the command line, uses defaults 17 if none specified. 18 For use with afl fuzzer, you must use afl -f fonts.dir lsfontdir @@ 19