pub type GlyphDimensionsCache = FastHashMap<(FontInstanceKey, GlyphIndex), Option<GlyphDimensions>>;

Aliased Type§

struct GlyphDimensionsCache {
    base: HashMap<(FontInstanceKey, u32), Option<GlyphDimensions>, BuildHasherDefault<FxHasher>>,
}

Fields§

§base: HashMap<(FontInstanceKey, u32), Option<GlyphDimensions>, BuildHasherDefault<FxHasher>>