例如,在下面的標籤中,我想使用SmallCaps,但它們只在Windows 8和更高版本上顯示。在Windows 7上,只有正常的字母。Typography.Capitals無法在Windows 7上工作
<Label x:Name="servername" Typography.Capitals="SmallCaps" Content="Server xy" VerticalAlignment="Bottom" FontSize="15" Margin="10,0,10,31" Padding="5,0" FontWeight="Light" Height="19" HorizontalAlignment="Left" SizeChanged="servername_SizeChanged"/>
我使用的.NET Framework 4.5和字體是瀨越UI中(以及在一些其他標籤瀨越UI光),它安裝在兩個系統上。
哦,我不知道,在Windows 8中有一個新版本的Segoe UI。謝謝! – DerAtrox
我也不知道!我猜字體作爲軟件也會經常修改。 :) – Jeremy