rustybuzz 0.20.1

A complete harfbuzz shaping algorithm port to Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
mod alternate_set;
mod alternate_subst;
mod ligature;
mod ligature_set;
mod ligature_subst;
mod multi_subst;
mod reverse_chain_single_subst;
mod sequence;
mod single_subst;
mod subst_lookup;