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

[resources] Add a font cache on non-android targets #5109

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Conversation

terrakok
Copy link
Member

Add a font cache on non-android targets.
Android targets already have own font caching.

Fixes https://youtrack.jetbrains.com/issue/CMP-1477

Release Notes

Features - Resources

  • To avoid constant reading raw font bytes on each Font usage on non-android targets, there was added the font cache. Android has own font cache inside the platform implementation.

Android targets already have own font caching.
@terrakok terrakok requested a review from igordmn July 23, 2024 10:52
@terrakok terrakok merged commit 3c348bc into master Jul 23, 2024
@terrakok terrakok deleted the k.tskh/CMP-1477 branch July 23, 2024 12:03
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.

2 participants