开发者

Text rendering still blurry : Best font for WPF application?

开发者 https://www.devze.com 2022-12-26 05:52 出处:网络
I know this is a very subjective question but as text rendering in WPF开发者_开发百科 is still an issue I have to make the best out of it.

I know this is a very subjective question but as text rendering in WPF开发者_开发百科 is still an issue I have to make the best out of it.

In WPF Application text tend to become blurry that is no secret. Also there are countless website about this topic and how you get around this problem. But I wonder ... text blurriness seems to affect some fonts more that others. So I am still looking for the best font available to get around this issue.

So far I am still using Arial and it doesn't look good. But I am sure some other font are more suitable for the task at hand.


You could try with the fonts that have been optimized for ClearType. Typically their names will start with a 'c':

Many, but not all, fonts that start with C and come installed with Windows Vista (Cambria, Calibri, Corbel, Candara, Consolas, etc...) have been designed to work well with WPF. In addition to these, fonts with robust outlines like Verdana, Georgia, etc… display well on computer screens.

(quoted from Text Clarity in WPF).

Text rendering still blurry : Best font for WPF application?

Text rendering still blurry : Best font for WPF application?

(image source: http://windowsclient.net/wpf/white-papers/wpftextclarity.aspx)


You probably want to go with WPF 4, as it has all of the nice changes that they made to get VS2010 looking nice.

0

精彩评论

暂无评论...
验证码 换一张
取 消