tinyfont
tinyfont copied to clipboard
Text library for TinyGo displays
[Due to the change](https://github.com/tinygo-org/tinyfont/commit/05eb156cff8b312112ba7e43e414d7072da89950#diff-f0b89e750537c3a28298638ffc89ccc618960aac62d8f0b28e1297c97346f8f6L32-L34) from `Glypher` to `Glyph`. Attempting to use a font created by [tinyfontgen-ttf](https://github.com/tinygo-org/tinyfont/tree/release/cmd/tinyfontgen-ttf) and using it, yields: ``` main.go:31:28: cannot use font (variable of type *Font) as...
I imagine this is more of a compiler issue (?), but I think it is worth noting here. It is frustrating that including TinyFonts increases build times by 10x or...
I resorted to cloning the repo, and using a 'replace' with a local path.
Hi, I have a strange bahavior right now. I converted several size of TomThumb font (because the original one stored in this repository is too tiny). Conversion: ``` go run...