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

Android 12 font rendering slow #2326

Open
KS-Balaji opened this issue Jun 24, 2022 · 1 comment
Open

Android 12 font rendering slow #2326

KS-Balaji opened this issue Jun 24, 2022 · 1 comment

Comments

@KS-Balaji
Copy link

Hi,
After pulled the source for the commit #2306 the fonts are rendering very slow in some android 12 devices (especially Samsung one UI 4). Anybody got it fixed? Please advise how to fix that. Thanks.

@matteblair
Copy link
Member

The change in #2306 does not affect the font rendering process. It only allows tangram-es to load the correct font files. If your app was rendering faster before, it was probably because all of the text was being rendered with the same font. You could test this by changing your scene file to use the same font for each text style.

I don't have access to the device you mentioned, so unless you can provide more information (like profiling data) I will not be able to give any more help.

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

No branches or pull requests

2 participants