Skip to main content

match_backtrack

Function match_backtrack 

Source
pub fn match_backtrack(
    ctx: &mut hb_ot_apply_context_t<'_>,
    backtrack_len: u16,
    match_func: impl Fn(&mut GlyphInfo, u32) -> bool,
    match_start: &mut usize,
) -> bool