TextBlock inside a Viewbox - strange rendering
问题 This is a question regarding a very simple construction - I have the following XAML: <Viewbox Height="100" Stretch="Uniform"> <TextBlock FontFamily="Georgia">My Cool Text</TextBlock> </Viewbox> This is quite simple to understand. Yet when I start the program I get strange blurry text (there are no bitmap effects anywhere in my project). (left side - the designer view in VS2010, right side - the running application) Does anyone have ANY suggestions about why this is happening?? 回答1: While