Lately I have been working on dynamic image generation module to be used in one of ASP.NET project.
I decided to do the image generation in WPF and separate the design template of the image to xaml file. I noticed that the texts generated inside the image is blurry.
After googling, what I learned is that WPF uses it's own ClearType implementation, and this has been causing blurry text specially with small font sizes. Some forum posts 2 years old, unfortunately with the RTM version of 3.5 there is no solution for this.
Even with the designer rendering of two elements with same properties and content can be different. I got this screenshot after changing one letter of text2 and reverting back. It made rendering of text2 sharp, but normally it is blurry. Can this be a bug of designer?, if so I would like that during runtime :)