Custom font usage in Windows Phone 8

后端 未结 3 388
旧巷少年郎
旧巷少年郎 2021-01-18 17:35

I have a weird problem with the Windows Phone 8 emulator! I have a small test app where I change the \'page name\' textbox on the mainpage so that it shows using a custom fo

3条回答
  •  轮回少年
    2021-01-18 18:30

    Ok found the solution myself... it's because of the reference to the font inside the styles.xaml.

    It should be a full path! So instead of setting:

    
    

    Set this:

    
    

    Than everything works!

提交回复
热议问题