Dec
8
2010
About how to solve the problem of Chinese characters, we can refer to this article on MSDN at http://msdn.microsoft.com/zh-cn/ff686903.aspx. However, on non-Chinese operating system, the computer may not install any Chinese fonts at all, so this solution can't solve the issue essentially.
Device font is the default font in Silverlight: Portable User Interface, 11px. In fact, device fonts can display Chinese well, only their font size is a little small by default, as long as the font size is more than 11px, the font will be very clear.
Please note that Chinese fonts are generally big, don't embed any Chinese fonts in our applications, which will make .xap file very big.We should try to use the built-in fonts in Silverlight. If we have to use Chinese fonts for nice looking, we'd use images instead.
原文:http://www.riafan.com/article/silverlight/silverlight-display-chinese-font.html