font-kit
font-kit copied to clipboard
Initialize `FsSource` with any directories
Proposals
I want to load fonts in arbitrary directories.
So, I propose following factory function for FsSource
.
impl FsSource {
pub fn from_directories<P: AsRef<Path>>(directories: &[P]) -> FsSource { ... }
}
Can I contribute to this proposal?