@endverbatim
@section Fonts
The @c font directory contains a program (@c fontgen.c) that will
convert custom fonts specified in a text file into a header file with
a lookup table that can be loaded into an application. For further
details, see @c font/README.
For example, here's a custom face font mapped to the ASCII characters
'A', 'B', and 'C'.
width=5
height=7
A
.#.#.
.#.#.
.#.#.
.....
.....
#...#
.###.
B
.....
##.##
##.##
.....
..#..
#...#
.###.
C
.....
##.##
##.##
.....
..#..
.###.
#...#
@section bugs Bugs
If you think you've found a bug, or have a suggestion for an
improvement, either in this documentation or in the code itself,
please email michael.hayes@canterbury.ac.nz.
*/