We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given I am using a OnePlus7 Pro (Android 12, 8GB ram)
When I run any KorGE application that uses text() with a TTF file as font using KorGE 6.0.0-alpha9 or 6.0.0-beta1 through 6.0.0-beta4
text()
6.0.0-alpha9
6.0.0-beta1
6.0.0-beta4
And I update the text in an addUpdater while also moving an image quickly in the same or another addUpdater
Then The text updates results in a slight hiccup. This is more noticeable on views that are moving very quickly.
I know that TTF are more resource heavy than bitmap fonts, but I'm under the impression that at least updating 1 or 2 texts should not cause hiccups.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given
I am using a OnePlus7 Pro (Android 12, 8GB ram)
When
I run any KorGE application that uses
text()
with a TTF file as font using KorGE6.0.0-alpha9
or6.0.0-beta1
through6.0.0-beta4
And
I update the text in an addUpdater while also moving an image quickly in the same or another addUpdater
Then
The text updates results in a slight hiccup.
This is more noticeable on views that are moving very quickly.
I know that TTF are more resource heavy than bitmap fonts, but I'm under the impression that at least updating 1 or 2 texts should not cause hiccups.
The text was updated successfully, but these errors were encountered: