Replies: 1 comment
-
Hi! 👋 Are you able to reproduce this on the hello-world example with a large font size? #74 might help slightly with startup time |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys,
is there any straigtforward way to display huge letters without overflowing memory? Even at the cost of quality. At some level of magnification/scaling my program is getting super laggy.
. As of now if I want to make a text bigger, I'm just putting the bigger scale to TextArea.
I can put some fake lower resolution in text_rendere.prepare(), letters will be appropriately bigger, but it surely isn't pragmatic.
I'm using the current version of from github. Thanks for all help!
Beta Was this translation helpful? Give feedback.
All reactions