Skip to main content

match_lookahead

Function match_lookahead 

Source
pub fn match_lookahead(
    ctx: &mut hb_ot_apply_context_t<'_>,
    lookahead_len: u16,
    match_func: impl Fn(&mut GlyphInfo, u32) -> bool,
    start_index: usize,
    end_index: &mut usize,
) -> bool