Yes I'm very conscious of the need to maintain 1-bit monochrome printing. There are no plans to use anything as sophisticated as cairo and pango at the moment. FreeType wil be used, though not immediately, as an optional dependency. The current plan is to use a modified version of "stb_truetype.h" for the built-in default fonts "Arimo" & "OCR-B". Its rendering is acceptable for 8-bit grayscale but not so much for 1-bit monochrome, particularly for scales less than 2, so the idea is to "patch" the...
Hi Andre, yes it's embarrassing to look at the dates here - will commit to implementing HRT for the stacked variants over the next month, i.e. on or before 6th August 2026. Hard deadline!
GRIDMATRIX: fix byte latch 6 -> 7, & allowing more than one
Aztec Regression Bug
Actually, as this was introduced after the last release, it does make sense to close it now. Thanks again!
Good stuff, thanks! Added arm64 build to the CI with commit [aadd94] . (Re closing, I usually leave issues open until the release that fixes them is done.)
CI: Add ubuntu-arm64 (ticket #355)
Thanks very much codemonkey, should be fixed with commit [fdaed0] if you could give it a whirl. Must add ARM testing to the CI....