Skip to main content
Home Forums Silverlight Design Designing with Silverlight No ClearType in Silverlight
30 replies. Latest Post by JonathanEdwards on May 21, 2009.
(0)
Jonathan...
Member
4 points
6 Posts
05-01-2007 12:50 PM |
I notice ClearType is not working for text in Silverlight, either in IE or FF. Hope that's on the list. - Jonathan
Mark Rid...
Contributor
2357 points
273 Posts
05-01-2007 1:51 PM |
ClearType is not a feature that we are planning on adding for a while. We currently perform gray-scale antialiasing with gamma correction. A lot of people comment that our text looks really good without requiring ClearType. Are there specific areas where you feel ClearType is needed? Any examples would help.Thanks!-markProgram ManagerMicrosoftThis post is provided "as-is"
05-01-2007 2:07 PM |
Thanks for the answer, Mark.
It's just that I am designing a UI with a lot of text, and I've drunk the ClearType Kool-Aid. Most people never notice the difference, but *I* do. Maybe I should just get over it. But WPF font rendering is so sweet...
FWIW, Apollo doesn't do subpixel antialiasing either, though of course Flash does.
Jonathan
MikeyGi
6 points
7 Posts
05-01-2007 2:54 PM |
Yea, I'd throw my vote in with having ClearType too; it does make quite a difference. Sure, some people will say things look good, but some don't notice if their LCD screen is running at the wrong resolution :). But when I've showed people (on XP) by turning it on, I've gotten several wows.-Michael
Vanlen
05-01-2007 3:48 PM |
Add my vote too! I just can't turn the feature off. Doesn't look right on my lap top without it now.
Cheers
capz
10 points
5 Posts
05-02-2007 3:06 PM |
i'd love to see ClearType support as well
ralphpur...
3 Posts
03-17-2008 11:02 AM |
Gotta agree with that sentiment, ClearType would be much appreciated.
My eyesight is good, and I find going back to standard anti-aliasing quite irritating and distracting.
ClearType makes even more of a difference when using DVI with a TFT panel rather than DSUB.
Lack of ClearType is definitely one major point in favour of Windows over Mac, bring it on for SilverLight, please!!
CDragon76
2 points
1 Posts
03-17-2008 6:20 PM |
I too agree with the ClearType sentiment. I know font appearance is highly subjective, but to me the Silverlight text looks awful on all of the monitors I've seen it on. (It reminds me of Safari text which looks just as bad.) I've tried all kinds of font/size combinations in Silverlight and they all hurt my eyes. Light text on dark background may be somewhat better.
I can understand not using ClearType on Silverlight for cross-platform purposes, but if that's the case, please consider disabling your smoothing algorithm altogether.
Also, does the existing algorithm make any "subpixel" assumptions? If so, it's going to vary (sometimes quite significantly) from monitor to monitor and won't make much sense without being user-configurable (like ClearType's tuning wizard).
frozengeek
04-06-2008 3:06 AM |
ClearType font rendering really makes a noticable difference when you are rendering small size fonts. Using the GDI+ api I could make text rendered using Verdana readable down to 7pt size. In SilverLight, the text really looks bad when it is under 11pt. This is a serious problem for porting older UI components over to Silverlight, since now the text has to take up more room to be readable by the user.
I join the rest of this thread in asking for ClearType support in SilverLight.
speller
08-07-2008 9:39 AM |
Please make a way to turn off the font smoothing! I think existing smoothing is very poor.
Geminiman
32 points
27 Posts
08-26-2008 4:55 PM |
Here's a vote for fonts that don't look like crap by default. I don't care if that includes cleartype, but man, the current fonts look AWEFUL.
janebush08
8 points
4 Posts
09-01-2008 8:48 AM |
lets continue with the current fonts....
PVerswyv...
10-17-2008 7:54 AM |
IMO not having ClearType in Silverlight is unacceptable. You can't spoil us for years with those great looking fonts you get in XP and Vista (and WPF), and then release Silverlight that does *not* support this... Maybe those people that did not turn on ClearType will not notice it, but I think everybody that did turn it on sees the difference immediately...
jeffferson
11-12-2008 10:48 AM |
"A lot of people comment that our text looks really good without requiring ClearType"
who are these people? Everyone i show asks why all the fonts look blurry and bold. fix this or at least let me turn aliasing off.
slushe
11-18-2008 5:24 PM |
Yup text looks TERRIBLE. This needs to be fixed. Just look at the amount of views on this topic...People want this addressed.
pbz
14 points
9 Posts
11-23-2008 8:24 PM |
Please add my vote for a way to turn it off. For me ClearType looks blurry and SL text looks even worse. We all have different eyes. At least it should respect the OS's settings (in Windows at least). If I have it off, leave the text alone and don't make it blurry. Thanks.
mike2036
11-23-2008 9:29 PM |
I would love to see ClearType support as well.
Mike
Alexande...
436 points
189 Posts
11-24-2008 4:05 AM |
Mark Rideout:A lot of people comment that our text looks really good without requiring ClearType.
LOOKS GOOD??? May be these people are blind? Unfortunately Silverlight's text rendering is ugly. So ClearType support is needed.
11-24-2008 10:00 AM |
Alexander Manenko:So ClearType support is needed
Implementing ClearType would take some work; on the other hand a switch that would disable the blurry text (aka ClearType wanna-be) would be much easier. I can't believe after so many complained about this nothing happened. Is Microsoft really listening or just pretending?
P.S. I would prefer a way to disable the anti-aliasing rather than ClearType.
rstrahl
18 points
13 Posts
12-06-2008 9:59 PM |
I'm not sure what those that are saying that even WPF font rendering looks well are smoking. WPF and Silverlight both have serious text rendering issues (except the WPF reader which is very nice - but plain control and input text is horrible).
I don't use ClearType on my machine for physical reasons and without it WPF and Silverlight look absolutely horrid. But even with ClearType turned on it doesn't get much better. Text is still blurry and the anti-aliasing blurs out noticably.
Put up any Windows Forms app next to a WPF/Silverlight app and compare the sharpness of font rendering and the difference should be quite clear especially at smaller text sizes (10pt and smaller).
This has been one of the big reasons I've been very hesitant to even implement anything in WPF. I have a number heavy text centric applications and a degradation in text quality is just not an option.
+++ Rick ---
party42
Participant
1102 points
338 Posts
12-07-2008 4:20 AM |
Mark Rideout:ClearType is not a feature that we are planning on adding for a while. We currently perform gray-scale antialiasing with gamma correction. A lot of people comment that our text looks really good without requiring ClearType. Are there specific areas where you feel ClearType is needed? Any examples would help.Thanks!-markProgram ManagerMicrosoftThis post is provided "as-is"
surely you haven't read this thread titled "Why do Fonts Look so Horrible in Silverlight?"
12-07-2008 12:02 PM |
rstrahl:I'm not sure what those that are saying that even WPF font rendering looks well are smoking
12-07-2008 12:58 PM |
Mark - font rendering quality is not a functional requirement. With all due respect, If you are thinking only of features and functions you will never beat Flash. Please talk to some professional designers, or some UI experts. Design matters a lot to the user experience. Ask someone on the Blend team if they would be happy having their UI rendered in Silverlight. Are the Times Reader people happy with Silverlight rendering?
Regards, Jonathan
Mark Rideout:Are there specific areas where you feel ClearType is needed?
12-07-2008 1:30 PM |
Font rendering quality is a functional requirement. This is not a pretty pictures tool. This is a programming tool for developers that happens to provide really great candy that graphic designers can make use of. However if no one can read the text or it looks like a two year old made the text, it can't be used for functional applications and the only thing it will be used for is designers to create pretty pictures that slide across the screen.
And guess what? If that's what it's going to be used for, they ain't going to use Silverlight, they will use Flash because they're used to Adobe tools. Get with it. This is not flash, this is .NET Winforms ++++ in a web browser. The primary use for Silverlight will be line of business applications, chat engines, and Web 2.0 applications. All of which make huge use of text.
If it can't do text and make it look marginally passible, then there is point in bothering with silverlight because NO ONE WILL USE AN APPLICATION YOU DEVELOP WITH IT.
PERIOD.
Again, get with it. Stop making excuses and fix this mess or risk losing all of the interest that you garnered from developers. (I'm sure there are 10s of thousands of developers that have played, looked at the text and went "YUK, I can't sell this!" and walked away.)
12-30-2008 11:32 AM |
Mark Rideout:Are there specific areas where you feel ClearType is needed? Any examples would help.Thanks!-markProgram ManagerMicrosoftThis post is provided "as-is"
peterass...
01-04-2009 9:31 AM |
Of course you are right. But calm down. Of course it's sad if they lose all the possibilities that lay within Silverlight. But it's their problem, at last. ;)
01-04-2009 3:07 PM |
I've only seen MS change its course when people were up in arms about something; so if this is what it takes... ;)
Harlequin
198 points
144 Posts
01-05-2009 3:00 PM |
Remember, ClearType isn't about making the font look good, it's about making text more readable. I think on this subject, the Silverlight team needs to go into their Microsoft directory and ping Bill Hill on it. Bring him in for a meeting/consult. He helped invent ClearType and should shed some light as to why Silverlight needs it. He's on the IE team right now but I'd think he'd be happy to give you a talking to :)
01-06-2009 2:08 AM |
In all honesty, I couldn't give less about cleartype. I'd rather see a normal readable font for one. After that, there's allways room for cleartype. IMO Cleartype can't be a workaround for a lesser font rendering engine...
tlowry00
05-13-2009 2:57 PM |
we are using Silk Test from Borland to test our Silverlight application. Silk Test does not yet support testing Silverlight applications natively so we are trying to use an OCR interface. Unfortunately the text rendering is not clear in Silverlight so the OCR cannot recognize the text. We're hoping that ClearText will fix this problem
-thad
Development Manager
AZPM Consulting
05-21-2009 4:56 PM |
According to this post, Silverlight 3 will have ClearType rendering (in final release, not the beta). Yay!