#true-type #font #opentype #otf

unmaintained no-std stb_truetype

A straight translation of the font loading code in stb_truetype.h from C to Rust

13 releases

0.3.1 Nov 23, 2019
0.2.8 Sep 6, 2019
0.2.6 Feb 1, 2019
0.2.5 Dec 14, 2018
0.2.0 Mar 19, 2016

#6 in #otf

Download history 11969/week @ 2023-12-03 11028/week @ 2023-12-10 19123/week @ 2023-12-17 3446/week @ 2023-12-24 6566/week @ 2023-12-31 9296/week @ 2024-01-07 9004/week @ 2024-01-14 12555/week @ 2024-01-21 8613/week @ 2024-01-28 10759/week @ 2024-02-04 12752/week @ 2024-02-11 7920/week @ 2024-02-18 14697/week @ 2024-02-25 9079/week @ 2024-03-03 12151/week @ 2024-03-10 11766/week @ 2024-03-17

48,124 downloads per month
Used in 432 crates (2 directly)

MIT/Apache

49KB
1K SLoC

stb_truetype-rs

Crates.io docs.rs

This is a translation of the font loading code in stb_truetype.h from C to Rust. It is intended as a stopgap dependency for libraries that deal with fonts until something better, written in idiomatic Rust, is available. This library is not an example of good Rust code, but it works.

Please note that the documentation provided is also a straight copy from the original code.

Currently this port does not include the rasterisation or font querying API provided by stb_truetype.h. If you are looking for font rasterisation, that is provided by RustType.

Minimum supported rust compiler

This crate is maintained with latest stable rust.

License

Licensed under either of

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 dual licensed as above, without any additional terms or conditions.

Dependencies

~225KB