diff --git a/fonts/pre-4x8-font.png b/fonts/pre-4x8-font.png new file mode 100644 index 0000000..5626b3a Binary files /dev/null and b/fonts/pre-4x8-font.png differ diff --git a/fonts/pre-6x10-font.png b/fonts/pre-6x10-font.png new file mode 100644 index 0000000..e239704 Binary files /dev/null and b/fonts/pre-6x10-font.png differ diff --git a/tools/un-fuzzy.py b/tools/un-fuzzy.py index fefecd3..4777200 100755 --- a/tools/un-fuzzy.py +++ b/tools/un-fuzzy.py @@ -24,7 +24,7 @@ # # Example usage: # -# un-fuzzy.py 8x8-glyphs.png /tmp/4x8-glyphs.tga +# tools/un-fuzzy.py fonts/pre-4x8-font.png /tmp/un-fuzzy-4x8-font.tga # # Then use GIMP to convert the .tga file to a .pnm file. Imagemagick seems to # create P3 .pnm files yet setfont2 can only load P6 .pnm files presently.