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

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

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