[][src]Function nannou::text::font::collection_from_file

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

Load a FontCollection from a file at a given path.