8 unstable releases (3 breaking)
0.4.0 | Jun 29, 2022 |
---|---|
0.3.3 | Jun 29, 2022 |
0.2.0 | Jun 28, 2022 |
0.1.1 | Jun 26, 2022 |
#276 in No standard library
14KB
321 lines
psf2
Minimal, unopinionated PSF2 bitmap font parsing
License
Licensed under any of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Zlib license (LICENSE-ZLIB or https://opensource.org/licenses/Zlib)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be triple licensed as above, without any additional terms or conditions.
lib.rs
:
Parser for v2 PC Screen Fonts, bitmap fonts which are simple and fast to draw.
Dependencies
~180KB