embedded_font 0.1.1

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

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

<a href="https://codeberg.org/morphUI/embedded_font">
    <img alt="Get it on Codeberg" src="https://pages.codeberg.org/pstorch/get-it-on-blue-on-white.png" height="60">
</a>

[![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