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?
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: