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

Make the fonts less ugly #13

Open
Daniel15 opened this issue Mar 5, 2019 · 2 comments
Open

Make the fonts less ugly #13

Daniel15 opened this issue Mar 5, 2019 · 2 comments
Labels

Comments

@Daniel15
Copy link

Daniel15 commented Mar 5, 2019

Looks like most of the text (buttons, all text in the options dialog, etc) doesn't use anti-aliasing. Is this possible to fix?

@Daniel15
Copy link
Author

Daniel15 commented Mar 5, 2019

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

@starter48
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants