pub type FontCache = Rc<RefCell<HashMap<(FamilyId, usize), FontResult<Arc<Font>>>>>;
software-renderer
pub struct FontCache { /* private fields */ }