WPF 4.0 Font Rendering Issue
Posted
by Tom Allen
on Stack Overflow
See other posts from Stack Overflow
or by Tom Allen
Published on 2010-04-19T10:07:45Z
Indexed on
2010/04/19
10:13 UTC
Read the original article
Hit count: 442
I'm getting a weird rendering issue with WPF 4 applications in the way they render some of the text as it's stretching it and making it very narrow.
.net 3.5:
.net 4.0:
At first I thought it could be a problem with the font, but I'm also seeing the same problem in the Blend 4 beta:
I'm running XP SP3, Visual Studio 2010 Professional and everything's as up to date as it can be. I'm not noticing any such problems with Silverlight 4 apps I have built on the same machine... Anyone else seen this or know why it's happening?
© Stack Overflow or respective owner