You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: