pub type FontCache = HashMap<Vec<u8>, Arc<PdfFont>>;
Font cache: font resource name → resolved font.
pub struct FontCache { /* private fields */ }