0

I have a Windows Phone 8 Silverlight project and a Shared Project with some Assets (fonts, images, etc).

When I launch the emulator or deploy to the phone the content is correctly shown, but when I'm in design mode this content is not shown at all.

Design mode Emulator

This is how I set a custom font stored in the shared project to a TextBlock:

        <TextBlock Text="play" FontFamily="/Assets/fonts/BondoluoPeek.ttf#Bondoluo Peek"/>

How can I solve this?

Thank you!

DarioDP
  • 627
  • 2
  • 9
  • 24

1 Answers1

0

I used to have this problem once, turned out the designer was reading from some cached files. Try clearing cache, do a complete rebuild of the project with the given assets and then reload the designer.

aman shivhare
  • 334
  • 2
  • 13