Function nannou::text::font::collection_from_file
source · pub fn collection_from_file<P>(path: P) -> Result<FontCollection, Error>
Expand description
Load a FontCollection
from a file at a given path.
pub fn collection_from_file<P>(path: P) -> Result<FontCollection, Error>
Load a FontCollection
from a file at a given path.