White-Tiger / WinMTR

WinMTR Redux, extended fork of Appnor's WinMTR with IPv6 support and other enhancements
GNU General Public License v2.0
437 stars 63 forks source link

Make the fonts less ugly #13

Open Daniel15 opened 5 years ago

Daniel15 commented 5 years ago

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 commented 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

starter48 commented 3 years ago

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.