[][src]Function nannou::ui::text::font::from_file

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

Load a single Font from a file at the given path.