Tagged Questions

2
votes
1answer
357 views

WPF - How to Enable TextFormattingMode=“Display” for all controls in the application?

I am currently programming WPF on Windows XP where anti-aliasing is rendered as blury text. We want to anti-aliasing on the whole WPF application by setting TextOptions.TextFormattingMode to Display. ...
2
votes
2answers
2k views

Anti-aliasing artifacts in WPF

I have a bizarre rendering issue when I'm trying to use anti-aliased graphics in WPF. Here's a simplified version. If I use the following XAML <Window x:Class="RenderingBug.Window1" ...