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

Introduce Supersampling Anti-Aliasing #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

V10lator
Copy link

This replaces #10. It changes GuiText::internatRenderingScale to int32_t as it doesn't make much sense to have floating point SSAA values. Also you might want to check if the entered value is valid instead of lazy-setting it.

Some fonts look really ugly with this anti-aliasing method of renderin in double size, so it shouldn't be default.

Signed-off-by: Thomas Rohloff <[email protected]>
This changes GuiText::internatRenderingScale to int32_t as it doesn't make much sense to have floating point SSAA values. Also you might want to check if the entered value is valid instead of lazy setting it

Signed-off-by: Thomas Rohloff <[email protected]>
Signed-off-by: Thomas Rohloff <[email protected]>
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.

1 participant