embedded-graphics / embedded-graphics/bdf
Publish BDF fonts as crates
Open
- Dominant language
- Rust
- Stars
- 26
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
It would be useful to distribute some BDF fonts as Rust crates to make them easily usable without having to manually add BDF files to a project. Having dedicated font crates, instead of adding some fonts to `eg-bdf`, has the advantage that the crates can be licensed using the same license as the BDF font.
Open questions:
* How can glyph subsets be handled?
* Should we publish one crate per font family or package multiple fonts with the same license in one crate?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.