Skip to main content

FontCache

Type Alias FontCache 

Source
pub type FontCache = HashMap<Vec<u8>, Arc<PdfFont>>;
Expand description

Font cache: font resource name โ†’ resolved font.

Aliased Typeยง

pub struct FontCache { /* private fields */ }