Quick and Dirty Bitmapped Font Maker


I'm too lazy to make binaries available, but here's the source code: qadbfm.tar.bz2
Just unpack and ./configure, make, make install to use it. It installs an executable named 'qadbfm'.

Here's an image, if you're interested in seeing what it looks like:


Stuff:
  1. Fixed: It doesn't handle all of UTF-8 properly yet, just the standard ASCII part of it (hence the max character being 127 for now).
  2. Done: I'd like to add a preview dealie in the future.