profont 0.7.0

The ProFont monospace font for use with the embedded-graphics crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "profont"
description = "The ProFont monospace font for use with the embedded-graphics crate."
version = "0.7.0"
authors = ["Wesley Moore <wes@wezm.net>"]
edition = "2018"

documentation = "https://docs.rs/profont"
repository = "https://github.com/wezm/profont"

readme = "../README.md"
license = "MIT"

keywords = ["bitmap", "monochrome", "font", "monospace"]
categories = ["rendering", "embedded", "no-std"]

[dependencies]
embedded-graphics = "0.8.0"