自定义字体不会出现在模拟器WP8中

时间:2013-01-28 16:08:28

标签: xaml button windows-phone-8 font-family custom-font

我正在尝试自定义按钮样式并使用自定义字体。我试过把它放在setter属性

<Setter Property="FontFamily" Value="/Assets/garfield.ttf#GARFIELD the CAT" />

但我得到

The type 'Setter' does not support direct content.

在我的XAML中使用以下内容在“设计”窗口中正确显示了字体,但在模拟器中它只显示了标准字体。

<Button Style="{StaticResource ButtonStyle}" FontFamily="/Assets/garfield.ttf#GARFIELD the CAT" Content="Play" Margin="0,10,0,10"/>

如何在Windows Phone 8的按钮控件中使用自定义字体?

0 个答案:

没有答案