Skip to main content

collect

Function collect 

Source
fn collect(loader: &mut dyn AssetIo, files: &[(&str, &str)]) -> Vec<NamedFont>
Expand description

Pulls bytes for each (name, relative_path) pair through loader, silently skipping any that aren’t there.