#opentype #font #text

sys harfbuzz-bindings

HarfBuzz text shaping engine bindings for Rust

4 releases

0.2.0 Apr 15, 2023
0.1.2 Feb 27, 2023
0.1.1 Feb 27, 2023
0.1.0 Feb 27, 2023

#31 in #opentype

28 downloads per month

MIT license

6KB
57 lines

HarfBuzz Bindings for Rust

Bindings for the HarfBuzz text shaping engine generated with bindgen to support the newest versions of HarfBuzz.

Preconditions

Usage

Add this dependency to your Cargo.toml:

[dependencies]
harfbuzz-bindings = "0.2"

And fire up cargo build!

Additional information

This crate has been implemented following the bindgen tutorial.

Dependencies

~0–1.9MB
~36K SLoC