harfbuzz-sys

Crates.ioharfbuzz-sys
lib.rsharfbuzz-sys
version0.6.1
sourcesrc
created_at2015-09-25 23:03:09.277607
updated_at2024-04-23 08:18:31.973446
descriptionRust bindings to the HarfBuzz text shaping engine
homepage
repositoryhttps://github.com/servo/rust-harfbuzz
max_upload_size
id3109
size8,351,406
Bruce Mitchener (waywardmonkeys)

documentation

https://docs.rs/harfbuzz/

README

harfbuzz-sys

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 low-level bindings to the C API.

Features

  • freetype - Enables bindings to the FreeType font engine. (Enabled by default.)

  • coretext - Enables bindings to the CoreText font engine. (Apple platforms only) (Enabled by default.)

  • directwrite - Enables bindings to the DirectWrite font engine. (Windows only) (Enabled by default.)

  • bundled - Use the bundled copy of the harfbuzz library rather than one installed on the system.

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.

Commit count: 398

cargo fmt