Skip to content
New issue

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

Initialize FsSource with any directories #198

Closed
ssssota opened this issue Jun 22, 2022 · 1 comment
Closed

Initialize FsSource with any directories #198

ssssota opened this issue Jun 22, 2022 · 1 comment

Comments

@ssssota
Copy link

ssssota commented Jun 22, 2022

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 { ... }
}
@ssssota
Copy link
Author

ssssota commented Jun 22, 2022

Can I contribute to this proposal?

bors-servo added a commit that referenced this issue Aug 15, 2022
Add FsSource::in_path

Related to: #198
@ssssota ssssota closed this as completed May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant