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
Many users just want a crate for discovering fonts on the system, not rendering or any of the other stuff font-kit provides. It would be great to use font-kit, but there are concerns about it being very heavyweight as a dependency.
Would you consider splitting off the font discovery / sources, into a separate crate? It is very useful functionality on its own.
It seems like the font discovery crate could be made significantly more lightweight compared to font-kit proper.
There is some interest in using it in Bevy, see this issue.
The text was updated successfully, but these errors were encountered:
Many users just want a crate for discovering fonts on the system, not rendering or any of the other stuff
font-kit
provides. It would be great to usefont-kit
, but there are concerns about it being very heavyweight as a dependency.Would you consider splitting off the font discovery / sources, into a separate crate? It is very useful functionality on its own.
It seems like the font discovery crate could be made significantly more lightweight compared to
font-kit
proper.There is some interest in using it in Bevy, see this issue.
The text was updated successfully, but these errors were encountered: