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

Differentiate between system default and user-installed fonts #2

Open
zahransajid opened this issue Oct 28, 2023 · 0 comments
Open
Labels
good first issue Good for newcomers

Comments

@zahransajid
Copy link
Collaborator

Overview

From the font library read in by font-kit, fonts that are system default and user installed need to be separated out.
On windows a simple way is to check C:\Windows\Fonts directory on Windows and similarly for other operating systems check the default font installation directories.

This has to be implemented as a rust function that reads in the list of fonts and accordingly tags fonts.

@zahransajid zahransajid added the good first issue Good for newcomers label Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant