Thanks for the prompt response! Great news about the UTF8 support. I'm doing conversions myself but this will surely come handy.
About the builder functions, I guess I have to call `pixelfont_builder_glyph` for every glyph I need to add - and pass a 32x32 bytes "bitmap" as `pixels` using 0 for BG and 1 for FG for each pixel in the glyph? top-left aligned?
Thanks again.