#shaping #unicode #font #opentype #text

harfbuzz-traits

Rust Traits for the HarfBuzz text shaping engine

1 unstable release

0.6.0 Apr 10, 2024

#1034 in Text processing

Download history 174/week @ 2024-04-07 124/week @ 2024-04-14

298 downloads per month
Used in harfbuzz

MIT/Apache

7KB
57 lines

harfbuzz-traits

Build Status Crates.io Docs

HarfBuzz is a text shaping engine. It solves the problem of selecting and positioning glyphs from a font given a Unicode string.

This crate provides high-level Rust traits that can be implemented without depending on HarfBuzz itself.

License

Licensed under either of

at your option.

Contribution

Contributions are welcome by pull request.

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.

No runtime deps