Skip to main content

FontCache

Type Alias FontCache 

Source
pub type FontCache = Rc<RefCell<HashMap<(FamilyId, usize), FontResult<Arc<Font>>>>>;
Available on crate feature software-renderer only.

Aliased Typeยง

pub struct FontCache { /* private fields */ }