SnapsToDevicePixels, UseLayoutRounding and BitmapScalingMode don't seem to work

when impromptu with Visual Studio C # 2010 in WPF, some texts are very fuzzy, regardless of what SnapsToDevicePixels is for true, UseLayoutRounding for true and BitmapScalingMode for HighQuality. You see the problem in the image ...

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

Has anyone figured out how to fix it?

+3
source share
1 answer

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

+5
source

All Articles