# ProFont
[The ProFont monospace font][profont] for use with the [embedded-graphics] crate.
[](https://cirrus-ci.com/github/wezm/profont)
[](https://crates.io/crates/profont)
[][crate-docs]
<img src="https://raw.githubusercontent.com/wezm/profont/master/tools/data/IMG_2198.jpg" width="459" alt="Photo of ProFront on an ePaper display" />
`profont` is licensed under the [MIT license][MIT].
## Specimens
ProFont is available in 7 sizes:
### 7 Point

### 9 Point

### 10 Point

### 12 Point

### 14 Point

### 18 Point

### 24 Point

## Examples
There are some examples that use the `embedded-graphics` simulator. Run these as follows:
cargo run debugger
cargo run mock-display
cargo run hello
## Data Files
The binary of the crate is used to generate the data files from a source font.
They can be regenerated with:
bmake -C tools/data pngs all
[embedded-graphics]: https://github.com/embedded-graphics/embedded-graphics
[profont]: https://tobiasjung.name/profont/
[MIT]: https://github.com/wezm/profont/blob/master/LICENSE
[crate-docs]: https://docs.rs/profont