美好的一天。 我在Vista(WPF4)上有字体渲染的奇怪错误。
以下是我在Win7上的应用的截图
这是Vista上的
XAML代码非常简单:
<Window ...
<Grid ...
<StackPanel>
<TextBlock FontFamily="Verdana" FontSize="32">This is some text</TextBlock>
<TextBlock FontFamily="Verdana" FontSize="24">This is some text</TextBlock>
<TextBlock FontFamily="Verdana" FontSize="18">This is some text</TextBlock>
<TextBlock FontFamily="Verdana" FontSize="14">This is some text</TextBlock>
</StackPanel>
</Grid>
</Window>
我也尝试在操作系统选项中切换不同的配色方案,但没有运气:(
如果我要调整窗口大小,我可能会:
有什么想法吗?非常感谢。
答案 0 :(得分:0)
两种操作系统是否使用相同的语言,区域设置是否相同?可能是Verdana未在Vista上正确安装。