Windows phone 未在设备上向 Light 显示字体粗细
Windows phone is not showing fontweight to Light on device
我正在尝试在我的 windows phone 应用程序中添加 fontWeight="Light"。但它不适用于设计器它在模拟器或设备上显示浅色字体它根本不会使字体更细。
<TextBlock Text="Some text in normal" FontSize="22" FontFamily="Segoe UI" FontWeight="Normal" />
<TextBlock Text="Some text in normal" FontSize="22" FontFamily="Segoe UI" FontWeight="Light" />
这是它在设备上的样子。
这是它在 VS 设计器中的样子。
我做错了什么
将字体系列从 Segoe UI
更改为 Segoe WP
。
我正在尝试在我的 windows phone 应用程序中添加 fontWeight="Light"。但它不适用于设计器它在模拟器或设备上显示浅色字体它根本不会使字体更细。
<TextBlock Text="Some text in normal" FontSize="22" FontFamily="Segoe UI" FontWeight="Normal" />
<TextBlock Text="Some text in normal" FontSize="22" FontFamily="Segoe UI" FontWeight="Light" />
这是它在设备上的样子。
这是它在 VS 设计器中的样子。
我做错了什么
将字体系列从 Segoe UI
更改为 Segoe WP
。