-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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
Load dynamic fonts to memory on all platforms, to avoid locked files. #44117
Conversation
For the reference, @reduz seems to agree with the technical change:
|
This is still true, each size use it's own |
I guess we can close #36971 as "not resolvable" then. |
Why? Loading fonts to memory should work for 3.2 in the same way (I'll make separate PR after testing this one), and will resolve it (file opened once per font and closed after loading). |
@bruvzg I see, I misunderstood your previous comment. |
3.2 PR - #44160 |
The commit message still says "[WIP]", it might be good to amend it. |
Done. |
Thanks! |
Fully load dynamic fonts to memory instead of streaming from the open file.
Should fix #23773.
Bugsquad edit: Likely closes #36971 as well.