embedded-graphics / embedded-graphics/bdf
Converting fonts to `BdfFont` and serializing them with the `eg-font-converter` CLI
Open
- Dominant language
- Rust
- Stars
- 26
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
As it is, it isn't clear how BDF fonts can be converted to `BdfFont` and used in a separate (and no-std) `embedded_graphics` project. `eg-font-converter` requires `std`, which means that it can't be used in most embedded projects.
`BdfFont` is a complex datastructure, but maybe there could be some way to serialize it to a binary format?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.