Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Web.NEXT » Unicode   (RSS)
del.icio.us Tags: Silverlight Technorati Tags: Silverlight You may be using the Silverlight downloader object to download content such as fonts but you may have noticed that every page needs to download the resources seperately, making for poor UX. Well Read More...
del.icio.us Tags: Silverlight Technorati Tags: Silverlight In the last Episode, you looked into Getting Started with Silverlight where you had a simple XAML document containing a TextBlock that you then manipulated in code. XAML is at the heart of Silverlight. Read More...
There's some great stuff been put together by Slyi on his blog around subsetting and embedding fonts. You've all been asking me lots of questions about it, but he answers it better than I ever could! Check it out at: http://wpf-e.spaces.live.com/blog/cns!2B248D261D0E0035!122.entry Read More...
The WPF APIs provide a FormattedText object that allows you to export its contents as a Geometry, which in turn allows you to generate its contents in the XAML Path Mini Language . Here's an example of a Web service that takes in the text, typeface, size Read More...
In Expression Blend you have the facility to convert text from a textblock into a XAML path. This then has no dependency on the original font, and the text will be rendered by Silverlight. So, for example here's Expression Blend with some text written Read More...
For our friends in the international community, text rendering is possible by means of the Glyph tag. So, for example this XAML: < Canvas x:Name = " GlyphDisplayCanvas " Canvas.Left = " 0 " Canvas.Top = " 0 " > < Glyphs x:Name = " GlyphDisplay Read More...
 
Page view tracker