pub(crate) type FontsCache = HashMap<Font, Arc<ResolvedFont>>;
pub(crate) struct FontsCache { /* private fields */ }