[−][src]Function conrod_core::text::font::collection_from_file
pub fn collection_from_file<P>(path: P) -> Result<FontCollection, Error> where
P: AsRef<Path>,
Load a super::FontCollection
from a file at a given path.