I'm creating a simple Form using WinForms with VS2019.
One problem I'm facing is that in the Design of the Form, the text of Buttons and Labels looks clear and good (left image), but when I run the code the text gets blurry and ugly.
Why does this thing happen? And how can I avoid it?
I'm using the default values, haven't changed any font properties.