An open API service indexing awesome lists of open source software.

https://github.com/embedded-graphics/bdf

BDF font tools
https://github.com/embedded-graphics/bdf

Last synced: 10 months ago
JSON representation

BDF font tools

Awesome Lists containing this project

README

          

# Embedded Fonts

[![CI status](https://github.com/embedded-graphics/embedded-bdf/workflows/CI/badge.svg)](https://github.com/embedded-graphics/embedded-bdf/actions)

[BDF (glyph Bitmap Distribution Format)](https://en.wikipedia.org/wiki/Glyph_Bitmap_Distribution_Format) utilities, primarily for use with [embedded-graphics](https://github.com/embedded-graphics/embedded-graphics) but also aims to be a generally useful BDF toolkit written in Rust.

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.