#opentype #font #text

sys harfbuzz-bindings

HarfBuzz 文本形状引擎的 Rust 绑定

4 个版本

0.2.0 2023年4月15日
0.1.2 2023年2月27日
0.1.1 2023年2月27日
0.1.0 2023年2月27日

#31 in #opentype

MIT 许可协议

6KB
57 代码行

HarfBuzz Bindings for Rust

使用 bindgen 生成的 HarfBuzz 文本形状引擎的 Rust 绑定,支持最新的 HarfBuzz 版本。

先决条件

使用

将此依赖项添加到您的 Cargo.toml

[dependencies]
harfbuzz-bindings = "0.2"

然后运行 cargo build

更多信息

此软件包已根据 bindgen 教程 实现。

依赖项

~0–1.9MB
~36K SLoC