embedded_font 0.1.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
16
# 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)

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