Font rendering (ttf and otf) for embedded-graphics (no_std).
- embedded-graphics-core used for cross platform 2D rendering and provides base text styling
- RustType used for rendering ttf and otf fonts
The original source seems to be a dead link, so this is a mirror based off of the 0.1.3 version published to crates.io. All credit for the code before the initial commit to this repository goes to FloVanLP.