我从
.Net Framework 3.0 迁移到 4.0,日文(以及英文)文本变得清晰,而且重量减轻
了已经关注这个博客试图修复它但没有成功还
尝试了以下不同的组合:
<TextBlock Text="{Binding Text}" FontSize="16" Foreground="White" FontFamily="MS Gothic" RenderOptions.ClearTypeHint="Enabled" />
<TextBlock Text="{Binding Text}" FontSize="16" Foreground="White" FontFamily="MS Gothic" TextOptions.TextFormattingMode="Ideal"/>
<TextBlock Text="{Binding Text}" FontSize="16" Foreground="White" FontFamily="MS Gothic" TextOptions.TextRenderingMode="ClearType"/>
任何建议如何解决这个问题?