https://github.com/wezm/profont
ProFont for the embedded-graphics crate
https://github.com/wezm/profont
embedded font graphics rust
Last synced: over 1 year ago
JSON representation
ProFont for the embedded-graphics crate
- Host: GitHub
- URL: https://github.com/wezm/profont
- Owner: wezm
- License: mit
- Created: 2018-11-17T22:22:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T03:46:35.000Z (about 3 years ago)
- Last Synced: 2025-02-27T09:37:23.186Z (over 1 year ago)
- Topics: embedded, font, graphics, rust
- Language: Rust
- Homepage:
- Size: 494 KB
- Stars: 53
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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]

`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