Vendored version of harfbuzz-traits from crates.io
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-11 08:51:14 +02:00
src Initial import of harfbuzz-traits from rust-harfbuzz 2026-05-11 08:51:14 +02:00
Cargo.toml Initial import of harfbuzz-traits from rust-harfbuzz 2026-05-11 08:51:14 +02:00
LICENSE-APACHE Initial import of harfbuzz-traits from rust-harfbuzz 2026-05-11 08:51:14 +02:00
LICENSE-MIT Initial import of harfbuzz-traits from rust-harfbuzz 2026-05-11 08:51:14 +02:00
README.md Initial import of harfbuzz-traits from rust-harfbuzz 2026-05-11 08:51:14 +02:00

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.