We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FsSource
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 { ... } }
The text was updated successfully, but these errors were encountered:
Can I contribute to this proposal?
Sorry, something went wrong.
Auto merge of #200 - Jesse-Bakker:fs-from_path, r=jdm
4ec4978
Add FsSource::in_path Related to: #198
No branches or pull requests
Proposals
I want to load fonts in arbitrary directories.
So, I propose following factory function for
FsSource
.The text was updated successfully, but these errors were encountered: