pub type GlyphDimensionsCache = FastHashMap<(FontInstanceKey, GlyphIndex), Option<GlyphDimensions>>;
Aliased Type§
struct GlyphDimensionsCache { /* private fields */ }
pub type GlyphDimensionsCache = FastHashMap<(FontInstanceKey, GlyphIndex), Option<GlyphDimensions>>;
struct GlyphDimensionsCache { /* private fields */ }