profont

Crates.ioprofont
lib.rsprofont
version0.7.0
sourcesrc
created_at2018-11-24 06:55:59.331535
updated_at2023-05-31 03:46:04.240748
descriptionThe ProFont monospace font for use with the embedded-graphics crate.
homepage
repositoryhttps://github.com/wezm/profont
max_upload_size
id98383
size37,453
Wesley Moore (wezm)

documentation

https://docs.rs/profont

README

ProFont

The ProFont monospace font for use with the embedded-graphics crate.

Build Status crates.io Documentation

Photo of ProFront on an ePaper display

profont is licensed under the MIT license.

Specimens

ProFont is available in 7 sizes:

7 Point

7 Point ProFont

9 Point

9 Point ProFont

10 Point

10 Point ProFont

12 Point

12 Point ProFont

14 Point

14 Point ProFont

18 Point

18 Point ProFont

24 Point

24 Point ProFont

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
Commit count: 66

cargo fmt