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.
Font