Open Daniel15 opened 5 years ago
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
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.
Looks like most of the text (buttons, all text in the options dialog, etc) doesn't use anti-aliasing. Is this possible to fix?