Converts bdf fonts to image file.
./bdftoimg.py <filename> <outputfile> [--jis-to-sjis]
--jis-to-sjis
convert JIS X xxxx encoding to SHIFT JIS.
./bdftoimg.py shnm6x12r.bdf shnm6x12r.png --jis-to-sjis
If you have a Shinonome font file called shnm6x12r.bdf and run the command above, then you get the following image.
This software is released under MIT License.