harfrust 0.6.0

A complete HarfBuzz shaping algorithm port to Rust.
Documentation
1
2
3
4
5
6
7
//! OpenType GSUB lookups.

mod alternate;
mod ligature;
mod multiple;
mod reverse_chain;
mod single;