Skip to main content

LigatureMatcher

Type Alias LigatureMatcher 

Source
pub type LigatureMatcher = Rc<dyn Fn(&mut Document, &mut Node) -> Result<Option<(usize, String, MathLigatureOptions)>>>;

Aliased Typeยง

pub struct LigatureMatcher { /* private fields */ }