Skip to main content

intersected_class_glyphs

Function intersected_class_glyphs 

Source
fn intersected_class_glyphs(
    class_def: &ClassDef<'_>,
    glyphs: &IntSet<GlyphId>,
    class: u16,
    cache: &mut HashMap<u16, IntSet<GlyphId>, BuildHasherDefault<FnvHasher>>,
) -> IntSet<GlyphId>