0

In App.xaml

<Application.Resources>

Let's say I have

<FontFamily x:Key="SomeFontName">Segoe WP</FontFamily>

How to make

<FontFamily x:Key="SomeFontName">{BINDING ?????}</FontFamily>

Or may be there is another way of setting a FontFamily with Binding in App.xaml?

giacoder
  • 980
  • 8
  • 21
  • I guess you cannot bind the external font in app.xaml but you use embedded fonts from your resources. Refer to this link http://stackoverflow.com/questions/9657146/wp7-not-picking-up-embedded-fonts – Jibran Khan Apr 03 '13 at 10:16
  • Yes, I know how to use embedded fonts. The question is only how to use binding inside the .... Or how to set it another way? – giacoder Apr 03 '13 at 10:54

0 Answers0