# embedded_font Font rendering (ttf and otf) for embedded-graphics (no_std). Get it on Codeberg [![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/FloVanLP/donate) [![crates.io](https://img.shields.io/badge/crates.io-0.1.1-orange.svg)](https://crates.io/crates/embedded_font) [![docs.rs](https://img.shields.io/badge/docs-0.1.1-blue.svg)](https://docs.rs/embedded_font/0.1.0/embedded_font/) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) ## Notable dependencies * [embedded-graphics-core](https://github.com/embedded-graphics/embedded-graphics) used for cross platform 2D rendering and provides base text styling * [RustType](https://gitlab.redox-os.org/redox-os/rusttype) used for rendering ttf and otf fonts