Windows FOrms fonts look jagged in a compiled application

It always happens to me, but I don’t understand why.

Here is my designer windows forms designer

here is the valid form actual form

look at W in the header on each. See how all this is jagged in the second? Why is this?

I tried changing AutoSizeMode to Font (I got it at hte moment), but it doesn't seem to change anything.

+3
source share
1 answer

Is ClearType enabled?

http://windows.microsoft.com/en-GB/windows7/make-text-easier-to-read-using-cleartype

Edit: you can configure ClearType options (see link above)

0
source

All Articles