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

Lower default font atlas size #1160

Merged
merged 1 commit into from
Jan 25, 2022
Merged

Lower default font atlas size #1160

merged 1 commit into from
Jan 25, 2022

Conversation

emilk
Copy link
Owner

@emilk emilk commented Jan 24, 2022

In #1154 the default was set to 16k x 512, which is way excessive, as most of it will be blank.

This PR changes it to 8k x 64, which will make egui use less RAM and VRAM, and load quicker again.

This also decreases the max size from 16k² to 8k². That should be enough.

In #1154 the default was set to
16k x 512, which is way excessive, as most of it will be blank.

This PR changes it to 8k x 64, which will make egui
use less RAM and VRAM, and load quicker again.

This also decreases the max size from 16k² to 8k².
That should be enough.
@emilk emilk merged commit 7ed0880 into master Jan 25, 2022
@emilk emilk deleted the lower-initial-font-atlas-size branch January 25, 2022 00:04
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.

None yet

1 participant