I'm using Visual Studio 2010. I want to build an application displaying some text with custom fonts. All the fonts are TrueType fonts, with the editable attribute, and are declared as resource with "Copy Always". But, even at design time, some fonts are replaced by the standard Silverlight font, in the XAML editor. For example I have 14 different versions of the Helvetica font (bold, oblique, italic, narrow, condensed... and mix of those). But only 3 are correctly displayed, others are using the fallback font. If I open the ttf files with the windows font preview application everything looks ok.
Any idea of what can be wrong ?
Thanks for your help.