I have begun writing a Decker deck that can import fonts from Rob Hagemans' Hoard of Bitfonts. It's been kind of painful because Decker's scripting language is a bit awkward at text manipulation, and the YAFF file format is geared for human consumption rather than machine-readability. Nevertheless, I can now read a sequence of glyphs, with the Unicode codepoint they represent, the strike bitmap, and whatever other properties the font provides.
Still need to actually translate all that into a form Decker can use, of course.







