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

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

Load a super::FontCollection from a file at a given path.