@matt, I'm curious if you got that new QuanPixel font properly converted from .bdf to .fnt ? I used this thread:
And got the ruby script to convert the example adobe font fine, but using the QuanPixel .bdf as an input threw an error:
./bdf2fnt.rb:148:in `encode_func': unknown charset (RuntimeError)
from ./bdf2fnt.rb:169:in `check_code'
from ./bdf2fnt.rb:43:in `readfile'
from ./bdf2fnt.rb:277:in `block in <main>'
from ./bdf2fnt.rb:276:in `each'
from ./bdf2fnt.rb:276:in `<main>'
I guess maybe I should be asking the OP of that script, but just curious if you got QuanPixel converted properly in some other way?