4

when im programming with Visual Studio C# 2010 on WPF, some Text is very unclear, regardless of setting SnapsToDevicePixels to true, UseLayoutRounding to true and BitmapScalingMode to HighQuality. You can see the Problem in the image...

https://i.stack.imgur.com/WXPAF.png

Anyone got an idea how to fix it?

1 Answers1

5

You can try to use TextOptions.TextFormattingMode. MSDN reference.

Ian Gregory
  • 5,770
  • 1
  • 29
  • 42
Nikolay
  • 3,658
  • 1
  • 24
  • 25