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

Font store #91

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Font store #91

wants to merge 2 commits into from

Conversation

ralfstx
Copy link
Member

@ralfstx ralfstx commented Oct 12, 2024

No description provided.

Fonts aren't actually _loaded_, as the data is already part of the font
definition. The class `FontLoader` actually _selected_ the font from the
set of registered fonts. The separation between `FontLoader` and
`FontStore` is not necessary.

This commit merges the two classes into `FontStore`. The interface is
kept async in preparation for loading fonts on demand.
Follow-up to merging `FontLoader` into `FontStore` classes.
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

Successfully merging this pull request may close these issues.

1 participant