Segoe UI Light字体未显示Windows手机设备上的超轻字体重量

时间:2015-02-20 15:02:09

标签: fonts windows-phone-8.1

我在我的应用程序中使用Segeo UI Light字体。我有一个带有以下样式的文本块

   <TextBlock x:Uid="NewsTextBlock" Text="News heading" Grid.Row="0" FontWeight="ExtraLight" Style="{StaticResource PageHeadingStyle}"/>


 <Style x:Name="PageHeadingStyle" TargetType="TextBlock" >
    <Setter Property="Foreground" Value="{StaticResource ApplicationThemeBrush}"/>
    <Setter Property="FontFamily" Value="Segeo UI Light"/>
    <Setter Property="FontWeight" Value="ExtraLight"/>
    <Setter Property="FontSize" Value="50"/>
    <Setter Property="VerticalAlignment" Value="Bottom"/>
</Style>

在模拟器上显示超轻的重量,但设备上没有需要帮助使字体超亮。

0 个答案:

没有答案