Yep yep, it was that bit of documentation which led to the question: afiak, there's not a specific definition of "font bitmap"? Maybe I haven't grokked "column-first, most significant bit first" properly.
It's not super-important I guess, since most of the code seems to be working with per-glyph bitmaps and sticking it all together is already managed by fontconverter.js.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yep yep, it was that bit of documentation which led to the question: afiak, there's not a specific definition of "font bitmap"? Maybe I haven't grokked "column-first, most significant bit first" properly.
It's not super-important I guess, since most of the code seems to be working with per-glyph bitmaps and sticking it all together is already managed by
fontconverter.js
.