Can we use external fonts in Silverlight? How
Answer / Manish Kumar Srivastava
Yes, you can use external fonts in Silverlight by embedding the font as a resource and using the FontFamily property to apply it. Here's an example:
- Add your custom font file (.ttf or .otf) to your project as a resource.
- Use XAML markup to reference the embedded font:
<FontFamily x:Key='CustomFont'>fonts/YourFontName.ttf#YourFontName</FontFamily>
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the main features of silverlight?
Explain the architecture of silverlight?
What is the different development tools used in silverlight?
List the different components used in Silverlight?
What is ria?
Does silverlight web application work with all browsers ?
What is the name of linux version of silverlight?
How to use xaml namescope in silverlight?
What is the extension that we used for silverlight file?
What are differences between silverlight and asp.net?
Expression studio orvisual studio, which one better to use for developing silverlight application?
how to change the default page of silver light application?