Crate harfbuzz

source ·
Expand description

HarfBuzz is a text shaping engine. It solves the problem of selecting and positioning glyphs from a font given a Unicode string.

Re-exports

pub extern crate harfbuzz_sys as sys;

Structs

Wrapper type that owns an hb_blob_t.
A series of Unicode characters.

Enums

Direction of text flow during layout.