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

Provide some form of cacheing support for font generation #7

Open
robmeek opened this issue Aug 28, 2021 · 1 comment
Open

Provide some form of cacheing support for font generation #7

robmeek opened this issue Aug 28, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@robmeek
Copy link
Contributor

robmeek commented Aug 28, 2021

e.g. for accelerating real-time/in-app font (re)generation.
– Don’t unnecessarily regenerate entire font files, when parts have not changed – esp. SimpleGlyphDescription objects. Cache such objects (in memory) and only regenerate them if changed.

@robmeek robmeek self-assigned this Aug 28, 2021
@robmeek robmeek added the enhancement New feature or request label Aug 28, 2021
@robmeek
Copy link
Contributor Author

robmeek commented Aug 28, 2021

Maybe add a “dirty” flag to IContourGlyph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant