Sign in
Web Development Strategy @ Microsoft : ASP.NET / PHP / Silverlight / Java / UX
Laurence Moroney's blog!
Tags
Architecture
Cardspace
Chinese
Games
Ink
International
Japan
MIX07
Silverlight
Silverlight Book Errata
Unicode
Vittorio
Web.NEXT
WPF
WPF/E
ZERO HERO
Browse by Tags
MSDN Blogs
>
Web Development Strategy @ Microsoft : ASP.NET / PHP / Silverlight / Java / UX
>
All Tags
>
unicode
Tagged Content List
Blog Post:
Zero to Hero: Using the Browser Cache in Silverlight
lmoroney[at]microsoft.com
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 the results of the downloader object can be easily...
on
26 Oct 2007
Blog Post:
Zero to Hero: XAML from the ground up
lmoroney[at]microsoft.com
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. You use it to define your user interface...
on
17 Aug 2007
Blog Post:
Silverlight: Font Embedding
lmoroney[at]microsoft.com
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 Thanks!
on
24 May 2007
Blog Post:
Silverlight: Convert Text to Path
lmoroney[at]microsoft.com
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 and other parameters, loads them into a FormattedText...
on
22 May 2007
Blog Post:
Silverlight: Using Text from Unsupported Fonts
lmoroney[at]microsoft.com
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 in Brush Script MT size 48. With the TextBlock selected...
on
21 May 2007
Blog Post:
Chinese, and other International Text in WPF/E
lmoroney[at]microsoft.com
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 " Fill = " Black " FontUri = " ./simhei...
on
6 Apr 2007
Page 1 of 1 (6 items)