Designing with Silverlight
Fonts in Silverlight
Can you embed Cleartype and Truetype fonts in Silverlake, as in WPF?
TextBlock has a method called setFontSource where you can use the downloader to download a font or a zip file containing fonts and use them with the TextBlock. In addition, the Glyphs element has the FontUri attribute which points to a font on the same domain/source as the HTML page. The Glyphs element will then download the font and apply that to the glyphs. Silverlight supports TrueType (ttf) fonts. -mark Program Manager Microsoft This post is provided "as-is"
Related Links
Passing data from ASP Login Control to Silverlight MainPage
Databinding opacity value from a slider to 3 elements in separate xaml files of the project???
Scrolling Problem in Datagrid
Delay Visibiliy collapse on KeyUP
HELP!- Changing a ListBoxItem foreground color (looked at IValueConverter but can't get it to work)
converting asp.net 2.0 application to silverlight
Logging on clientside in slivlerlight
Silverlight 3: How to Apply Datagrid Scroll Behaviour to ScrollViewer.
Memory Leak
StackPanel childrens connection with line
Data binding opacity value through a slider to multiple elements located separate xaml files of the project???
Opening a Silverlight Templated Control in Expression Blend 3
Accessing controlls from object inheigher heiarcy
How to write control template
Change ContentElement Foreground Textbox style
Bring to Front Glass Button with functioning control underneath