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