stb_truetype_bugfix_19072017

Crates.iostb_truetype_bugfix_19072017
lib.rsstb_truetype_bugfix_19072017
version0.2.1
sourcesrc
created_at2017-07-19 12:31:37.796414
updated_at2017-07-19 12:31:37.796414
descriptionA straight translation of the font loading code in stb_truetype.h from C to Rust.
homepagehttps://github.com/dylanede/stb_truetype-rs
repositoryhttps://github.com/dylanede/stb_truetype-rs
max_upload_size
id24080
size88,051
Felix Schütt (fschutt)

documentation

https://dylanede.github.io/stb_truetype-rs

README

stb_truetype-rs

Build Status

This is a straight 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.

If you want to use this crate directly, add the following to your Cargo.toml:

[dependencies]
stb_truetype = "0.2.1"

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 my other project, RustType.

Documentation

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.

Commit count: 107

cargo fmt