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
Looks like most of the text (buttons, all text in the options dialog, etc) doesn't use anti-aliasing. Is this possible to fix?
The text was updated successfully, but these errors were encountered:
I'm not familiar with Win32 C++ dev, but it looks like this is the API you'd need to call: https://docs.microsoft.com/en-us/windows/desktop/gdi/cleartype-antialiasing
Sorry, something went wrong.
Needn't call any special API. Just use TTF with ability of ClearType appearance. I.e. use Segoe UI font instead of current ugly MS Sans Serif font.
No branches or pull requests
Looks like most of the text (buttons, all text in the options dialog, etc) doesn't use anti-aliasing. Is this possible to fix?
The text was updated successfully, but these errors were encountered: