[−][src]Function conrod_core::text::font::from_file
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.
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.