fn collect(loader: &mut dyn AssetIo, files: &[(&str, &str)]) -> Vec<NamedFont>
Pulls bytes for each (name, relative_path) pair through loader, silently skipping any that aren’t there.
(name, relative_path)
loader