Chris Cavanagh’s Blog

Silverlight 3 + ClearType

July 9, 2009 · 6 Comments

As we knew, Silverlight 3 includes ClearType support.  Now it’s released we can finally see it in action :) :

image

More importantly, it works great with SilverGlulxe!

Categories: .NET

6 responses so far ↓

  • David // July 10, 2009 at 5:51 am | Reply

    Okay, so how do I enable this? I tried a simple TextBlock filled with lowercase l:s using the default font, and it produced a rainbow effect. :( It looks like by default the subpixel positioning that makes “normal” user interfaces look so wrong is still kicking in (even if I set UseLayoutRounding=”false”). Of course, rendering the same text with GDI works beautifully, and every l is identical, like they should be unless I want to do a sub-pixel crawl.
    I have heard about the “blurry text” issue finally being resolved for so long now that I am anxious to try it out! And that goes for WPF too.

  • Chris Cavanagh // July 10, 2009 at 6:41 am | Reply

    David – I didn’t need to enable anything. Could you send me a couple screenshots demonstrating the problem? (and what you’d expect / prefer it to look like).

    Are you on Windows or a Mac? (I’m not sure what rendering changes they’ve done to the Mac version).

  • Dew Drop – July 10, 2009 | Alvin Ashcraft's Morning Dew // July 10, 2009 at 11:16 am | Reply

    [...] Silverlight 3 + ClearType (Chris Cavanagh) [...]

  • Max Rogers // July 10, 2009 at 4:35 pm | Reply

    Yeah I’m not seeing any changes on the Mac – Did they add this only for Windows?

  • Chris Cavanagh // July 10, 2009 at 4:59 pm | Reply

    Max – Maybe it just uses whatever’s native to the OS. How readable are the fonts compared to other apps?

  • FlexibleFactory » Blog Archive » Silverlight comes of age // July 25, 2009 at 7:38 pm | Reply

    [...] MS appears to have understood the concerns here and Silverlight 3 has Cleartype as well as [...]

Leave a Comment