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 */ }