Email or username:

Password:

Forgot your password?
8 comments
Josh Dick :mac:

@neauoire A few missteps after slightly misunderstanding the spec but I got there! The harder part is going to be figuring out how to turn the pixel data back into a bitmap/raster font. To be continued!

Devil Lu Linvega

@josh Oh sorry I linked to the wrong htm file, I meant to send to ufx_format.htm

Josh Dick :mac:

@neauoire I originally tried laying out all the tiles contiguously in the specified order (2x tiles tall for UF2), and then selecting slices from that offsetting by character widths, which was as wrong as it was overcomplicated.

The way it acutally works obviously makes way more sense -- pixel data is always the same size and the character widths are just bounds inside it.

This is obvious in retrospect but somehow wasn't to me at the beginning! 😅

Go Up