Registry / utility / rustybuzz

rustybuzz

JSON →
library0.20.1rscratesunverified

A complete harfbuzz shaping algorithm port to Rust.

# Cargo.toml [dependencies] rustybuzz = "0.20.1"
INSTALL
IMPORT
SIG · RUSTYBUZZ
R
rustybuzz
utilityrustv0.20.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Face
use rustybuzz::Face;

Loads a font file and creates a Face object for shaping.

use rustybuzz::Face; fn main() { let font_data = std::fs::read("font.ttf").unwrap(); let face = Face::from_slice(&font_data, 0).unwrap(); println!("Font loaded: {:?}", face); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.20.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
rustybuzz — cargo add rustybuzz · libregistry