Skip to main content

harfrust/hb/ot/gsub/
mod.rs

1//! OpenType GSUB lookups.
2
3mod alternate;
4mod ligature;
5mod multiple;
6mod reverse_chain;
7mod single;