Limitations of using external fonts in Silverlight

What are the limitations of using external fonts in Silverlight?

One of the major challenges is to use a downloader and some of the SetFontSource methods on a TextBlock to perform it.

Using SilverLight 2, TextBlock can be used as follows:
<TextBlock x:Name="Header" FontFamily="timheuer.ttf#Tim Heuer Normal" />
<TextBlock x:Name="ItemText" FontFamily="timheuer.ttf#Tim Heuer Normal" />


How to perform Event handling in silverlight?
"Event handling is performed in two event cases – Input events and Non-input events...
Add reference of a Class library project in Silverlight
The following is the process for adding the reference library project: After defining business object classes in another project...
What is Silverlight.js file?
Silverlight.js file - Silverlight.js file is a Java Script helper file. It supports for adding a Silverlight application to a web page through Java Script. It has a number of methods defined to help with, most importantly the...
Post your comment