README
1 This directory contains utilities which can be used for adhoc testing of
2 libXfont by developers, and which are hoped to be useful for building up
3 automated testing in the future.
4
5 They are not intended for distros to package and ship to end users - they
6 are not documented, and are full of assert() and fatal err() calls where
7 end user software would have error handling.
8
9 No promises of interface stability are made for these - they may change at
10 any time to allow better testing.
11
12 Utilities include:
13
14 lsfontdir:
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