Skip to main content

coverage_binary_cached

Function coverage_binary_cached 

Source
fn coverage_binary_cached(
    coverage: impl Fn(GlyphId) -> Option<u16>,
    gid: GlyphId,
    cache: &hb_cache_core_t<KEY_BITS, VALUE_BITS, CACHE_SIZE, <() as SelectAtomic<STORAGE_BITS>>::Type>,
) -> Option<bool>