Tag: Bitmap font rendering

teaser

Converting fonts to C source using bmfont2c.py script

I’d like to share a Python script I wrote for converting bitmap fonts generated by BMFont to C source code byte arrays and definitions suitable for rendering on a monochrome matrix LCD. The script outputs a C header and C source file ready to plug into some source code tree.

... read more ...