Tagged Questions

2
votes
1answer
397 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. ...