Function nannou::text::font::from_file

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

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