Hi All,
I am trying to add a TTF font and use it.
I added it in my MainPage.xaml file as:
<TextBlock x:Name="textBlockListTitle" Text="ABC" Style="{StaticResource PhoneTextTitle2Style}" FontFamily="Fonts/Fonts.zip#MyFontsName"/>
and in the MainPage.xaml UI preview, it shows ABC with my font.
However, when I try to debug the application, the text ABC appears in system font and not my font...
What am I missing or doing wrong?

Reply With Quote



