tectonic-rustybuzz 0.20.2

A complete harfbuzz shaping algorithm port to Rust. Tectonic fork of rustybuzz 0.20.1 carrying CFF glyph-extents fixes.
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;