Zeda Thomas

Results 6 issues of Zeda Thomas

As the title says, I think it could be useful if Grammer could read fonts directly from archive. Reading fonts from archive will slow it down slightly, but printing text...

enhancement

I attempted this in the past and it broke quite a bit (you can see in the source file a commented out `#define "include_interrupt" ` if you want to mess...

enhancement

There should be conversion routines for the 24-bit floats (f24). I think maybe: * [x] ~~f24 single ("single" being this lbrary's bastardized format)~~ * [x] ~~f24 binary32~~ * [ ]...

good first issue

### Higher priority * [x] ~~**f32toa** - Convert an `f32` float to a string to be displayed.~~ * ~~Currently this is emulated by converting the `f32` to a "`single`" and...

good first issue

The way geometric mean (`sqrt(x*y)`) and arithmetic mean `(a+b)/2` is implemented in this library will erroneously cause overflow with some range of inputs. Neither geometric mean nor arithmetic mean (`geomean`...

bug
good first issue

It seems that when trying to compile an app with a minimal (but valid) header, it can trip up the exporter. As an example, my minimal header has a name...