* MoonlightTypeConverter.cs: Convert CacheMode's from strings.
[moon.git] / test / xaml / test-glyph-examples.xaml
blob0f0889155386e6249cdc083cda0840022866da68
1 <Canvas xmlns="http://schemas.microsoft.com/client/2007"
2         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
4   <Glyphs Fill="#FF000000" FontUri="arial.ttf" FontRenderingEmSize="18"
5           StyleSimulations="None" OriginX="72.024" OriginY="87.624"
6           UnicodeString="Hello, World!"
7           Indices=",85.333;,64;,57.333;,57.333;,70.667;,30.667;,25.333;,113.33;,70.667;,68;,57.333;,70.667;">
8   </Glyphs>
10 </Canvas>