pub fn collection_from_file<P>(path: P) -> Result<FontCollection, Error>
where P: AsRef<Path>,
Expand description

Load a FontCollection from a file at a given path.