embedded-ttf 0.2.0

Font rendering (ttf and otf) with embedded-graphics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# embedded-ttf

Font rendering (ttf and otf) for embedded-graphics (no_std).

<a href="TODO">Repository</a>

[![crates.io](https://img.shields.io/badge/crates.io-0.1.1-orange.svg)](https://crates.io/crates/embedded-ttf)
[![docs.rs](https://img.shields.io/badge/docs-0.1.1-blue.svg)](https://docs.rs/embedded-ttf/0.2.0/embedded-ttf/)
[![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