<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Designing with Silverlight</title><link>http://forums.silverlight.net/forums/19.aspx</link><description>Discussions around design implementations, XAML for Silverlight and design ideas</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Why do Fonts Look so Horrible in Silverlight?</title><link>http://forums.silverlight.net/forums/thread/201984.aspx</link><pubDate>Mon, 06 Apr 2009 13:03:13 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:201984</guid><dc:creator>moemeka</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/201984.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=201984</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;Geminiman:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;The previously undisputed king of horrible looking interfaces, Java, can get fonts right:&amp;nbsp; &lt;a href="http://arstechnica.com/news.ars/post/20081207-hands-on-building-rich-internet-apps-with-javafx-1-0.html"&gt;http://arstechnica.com/news.ars/post/20081207-hands-on-building-rich-internet-apps-with-javafx-1-0.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;I looked at this.&amp;nbsp; I dont see where it says that fonts are better here than in silverlight.&amp;nbsp; None of the samples seem to be text centric either.&amp;nbsp; Also JavaFX is seems to use the ENTIRE JVM.&amp;nbsp; It&amp;#39;s obviously just a rebranding of the antiquated Applet technology.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;The white font one black background looks just about as bad as it doesn in silverlight even.&amp;nbsp; Which sample were you referring to when you posted the link.&amp;nbsp; I was not remotely impressed with what they has to offer.&amp;nbsp; I&amp;#39;m not sure why anyone would use a technology that had no design tools from a company that is notorious for not delivering.&lt;/p&gt;</description></item><item><title>Re: Re: Re: Why do Fonts Look so Horrible in Silverlight?</title><link>http://forums.silverlight.net/forums/thread/187627.aspx</link><pubDate>Fri, 13 Mar 2009 14:02:24 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:187627</guid><dc:creator>vincentratier</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/187627.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=187627</wfw:commentRss><description>&lt;p&gt;This page should be a good starting point: &lt;a href="http://en.wikipedia.org/wiki/Subpixel_rendering" title="Subpixel rendering"&gt;Subpixel rendering (http://en.wikipedia.org/wiki/Subpixel_rendering)&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Why do Fonts Look so Horrible in Silverlight?</title><link>http://forums.silverlight.net/forums/thread/180828.aspx</link><pubDate>Sat, 28 Feb 2009 10:55:11 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:180828</guid><dc:creator>jeetAbhi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/180828.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=180828</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;hi i am very curious about the trick you are talking about..i tried but couldnt get through ..so do you mind if i ask you to ellaborate the trick a little?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Why do Fonts Look so Horrible in Silverlight?</title><link>http://forums.silverlight.net/forums/thread/179943.aspx</link><pubDate>Thu, 26 Feb 2009 19:37:15 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:179943</guid><dc:creator>vincentratier</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/179943.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=179943</wfw:commentRss><description>&lt;p&gt;In fact color anti-aliasing makes sense because of the way LCD monitors are built!&lt;/p&gt;

&lt;p&gt;On the upper example, pixels are made of a Blue/Green/Red pattern, that&amp;#39;s why the left part of the glyphs is red and the right part is blue, because the red part of the next pixel on the left is red and the left part of the next pixel on the right is blue!&lt;/p&gt;

&lt;p&gt;So, if you do gray anti-aliasing you have to use the three colors of the adjascent pixels to produce gray which makes your text look bolder and ugly:&lt;/p&gt;


&lt;p&gt;&lt;font color="blue"&gt;#&lt;/font&gt;&lt;font color="green"&gt;#&lt;/font&gt;&lt;font color="red"&gt;#&lt;/font&gt;###&lt;font color="blue"&gt;#&lt;/font&gt;&lt;font color="blue"&gt;#&lt;/font&gt;&lt;font color="blue"&gt;#&lt;/font&gt;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;font color="red"&gt;#&lt;/font&gt;###&lt;font color="blue"&gt;#&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color="gray"&gt;#&lt;/font&gt;&lt;font color="gray"&gt;#&lt;/font&gt;&lt;font color="gray"&gt;#&lt;/font&gt;###&lt;font color="gray"&gt;#&lt;/font&gt;&lt;font color="gray"&gt;#&lt;/font&gt;&lt;font color="gray"&gt;#&lt;/font&gt;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;nbsp; &lt;font color="gray"&gt;#&lt;/font&gt;&lt;font color="gray"&gt;#&lt;/font&gt;&lt;font color="gray"&gt;#&lt;/font&gt;###&lt;font color="gray"&gt;#&lt;/font&gt;&lt;font color="gray"&gt;#&lt;/font&gt;&lt;font color="gray"&gt;#&lt;/font&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Why do Fonts Look so Horrible in Silverlight?</title><link>http://forums.silverlight.net/forums/thread/144697.aspx</link><pubDate>Tue, 09 Dec 2008 11:55:29 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:144697</guid><dc:creator>Geminiman</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/144697.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=144697</wfw:commentRss><description>&lt;p&gt;The point is that Microsoft has made every indication that they think that the current state of affairs is just fine and dandy and wonderful. They honestly think that their font rendering is good! (just check all of the blogs by MS people on it, it&amp;#39;s sad)&lt;/p&gt;&lt;p&gt;&amp;nbsp;The reason I&amp;#39;m anoyed is because Silverlight has so much potential and it&amp;#39;s all being **** away because of some lame decision that the people have been complaining about for &amp;gt; a year at this point and MS isn&amp;#39;t listening, instead they&amp;#39;re making excuses and justifying themselves.&lt;/p&gt;&lt;p&gt;&amp;nbsp;If they would come out, own it, and tell us how they&amp;#39;re going to fix it and give us at least a plan for how they&amp;#39;re going to fix the horrible rendering, then I&amp;#39;d be fine with it. But that&amp;#39;s not what we&amp;#39;re getting and that&amp;#39;s the really anoying part.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Step up to the plate Microsoft. Do the right thing. Tell us how you&amp;#39;re going to fix this fatal flaw, and give us a plan. Stop denying the problem. Then you&amp;#39;re developers will be on your side and will wait, and if we know a fix is coming in a reasonable amount of time, then we&amp;#39;ll even develop for Silverlight. Until then you&amp;#39;re just alienating the people that made Microsoft Microsoft in the first place (Visual Basic won the OS wars for Microsoft!)&lt;/p&gt;&lt;p&gt;So how about we get someone from MS to respond with a plan in this forum, or do a blog article up and link to it here for us?&amp;nbsp; That would be a really great step in the right direction.&lt;/p&gt;&lt;p&gt;Explain to us how you&amp;#39;re going to fix it so that you dont&amp;#39; have to align fonts to .5 pixels to make it look marginally passible. Explain how we&amp;#39;re going to be able to put fonts on a color other than white and have it look marginally passible. Explain how you&amp;#39;re going to allow us to disable the font smoothing ourselves if we want to. &amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;m not asking for the world. I don&amp;#39;t care if you impliment cleartype entirely, although it would be nice.&amp;nbsp; Just give us something that people don&amp;#39;t look at and immediately say &amp;quot;YUK&amp;quot; and I&amp;#39;ll be happy.&lt;/p&gt;&lt;p&gt;*off soapbox* &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Why do Fonts Look so Horrible in Silverlight?</title><link>http://forums.silverlight.net/forums/thread/144689.aspx</link><pubDate>Tue, 09 Dec 2008 11:38:30 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:144689</guid><dc:creator>party42</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/144689.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=144689</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;you dont think you&amp;#39;re overreacting a bit here? you dont &lt;b&gt;have &lt;/b&gt;to use Silverlight, use it at free will please. Please do switch to java if you please. dude, relax, they will fix it sooner or later. no need for flaming.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Why do Fonts Look so Horrible in Silverlight?</title><link>http://forums.silverlight.net/forums/thread/144517.aspx</link><pubDate>Tue, 09 Dec 2008 03:33:49 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:144517</guid><dc:creator>Geminiman</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/144517.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=144517</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Now this is priceless!&lt;/p&gt;&lt;p&gt;&amp;nbsp;The previously undisputed king of horrible looking interfaces, Java, can get fonts right:&amp;nbsp; http://arstechnica.com/news.ars/post/20081207-hands-on-building-rich-internet-apps-with-javafx-1-0.html&lt;/p&gt;&lt;p&gt;&amp;nbsp;Why in god&amp;#39;s name can&amp;#39;t Silverlight?&amp;nbsp; Are you embrassed yet MS? If not, note, JavaFX is on Version &lt;b&gt;1&lt;/b&gt;, not Version 2 and they got it right first try.&lt;/p&gt;&lt;p&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;&amp;nbsp;SAD&lt;/b&gt;&lt;/i&gt;&lt;/u&gt; is the word for this. Maybe even &lt;b&gt;PATHETIC.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Adobe and Java are looking better all of the time as alternatives. I can&amp;#39;t wait much longer for MS get this crap sorted out. It&amp;#39;s time for a rushed service pack for Silverlight 2 that fixes this mess before you lose more customers.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Why do Fonts Look so Horrible in Silverlight?</title><link>http://forums.silverlight.net/forums/thread/141597.aspx</link><pubDate>Wed, 03 Dec 2008 13:34:40 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:141597</guid><dc:creator>Geminiman</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/141597.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=141597</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Excellent Analysis!&amp;nbsp; This verifies my anicdotal evidence completely!&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;Here, here! And Microsoft, Version 1 shouldn&amp;#39;t have been released with this problem, and now you&amp;#39;ve got V2 with the same issue. You should be embarassed!&amp;nbsp; This destroys an otherwise amazing product and makes it essentially unsable because customers always say &amp;quot;It looks horrible!&amp;quot; and they&amp;#39;re always referring to the fonts, no matter how much everything else looks fantastic.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Please give us a usable Silverlight and we will go forth and build amazing apps. Until then, Silverlight is just a proof of concept that can&amp;#39;t be used in the real world. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Why do Fonts Look so Horrible in Silverlight?</title><link>http://forums.silverlight.net/forums/thread/141327.aspx</link><pubDate>Wed, 03 Dec 2008 04:14:58 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:141327</guid><dc:creator>jseaver</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/141327.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=141327</wfw:commentRss><description>&lt;p&gt;Recently, I began working on a project where font quality was an issue.&amp;nbsp; So, I thought I would look into it.&amp;nbsp; I wrote a quick little Silverlight app that disabled UseLayoutRounding and printed a sample text string repeatedly at 0.1 pixel boundaries.&amp;nbsp; Indeed, I found that the font quality improved somewhere around the 0.5 sub-pixel level discussed above.&amp;nbsp; To demonstrate this, here are three separate renderings of the same phrase:&lt;/p&gt;
&lt;p&gt;&lt;img title="Font Rendering Comparison" style="WIDTH:679px;HEIGHT:189px;" height="189" alt="Font Rendering Comparison" src="http://www.streetdog.com/FontRenderingComparison.png" width="679" border="1" /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The uppermost rendering is from Internet Explorer using 10pt Verdana.&amp;nbsp; The middle rendering is from Microsoft Word, also using 10pt Verdana. The bottom rendering is from Silverlight 2.0.31005 using the Portable User Interface font at size 13.333 beginning at a 0.5 pixel boundary.&lt;/p&gt;
&lt;p&gt;The striking similiarities in the renderings, especially the aliasing, kerning style, etc. suggest that Portable User Interface is (at least) derived from Verdana as I have read elsewhere in the forums.&lt;/p&gt;
&lt;p&gt;The font quality issue is not caused by poor rendering.&amp;nbsp; It is caused by monochromatic rendering.&amp;nbsp; Notice that the top two samples alias in color, while the Silverlight version at the bottom is in black and white.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;In fact, regardless of the foreground color or background color, Silverlight always aliases in black and white.&amp;nbsp; The best quality can only be achieved with a black font on a white background....the more the rendering scenario deviates from black on white, the worse the font appears.&amp;nbsp; Whether this occurs deep in the rendering engine or when the font is rasterized, I do not know.&lt;/p&gt;
&lt;p&gt;The same font with a white foreground and black background looks absolutely terrible.&lt;/p&gt;
&lt;p&gt;This needs to be fixed.&amp;nbsp; Would someone from Microsoft like to address this issue for us please?&lt;/p&gt;
&lt;p&gt;Please don&amp;#39;t say &amp;#39;we are looking into it&amp;#39;....we always get that answer.&amp;nbsp; If someone is really looking into it, then someone is responsible for it, and they have a pretty good idea about when it will be resolved.&amp;nbsp; It doesn&amp;#39;t matter if that is 1 month from now, or 6 months from now....we need to plan our projects, just give us a fairly solid date.&lt;/p&gt;
&lt;p&gt;5 months since this thread was started and the fonts still look pretty bad...especially if you&amp;nbsp;put Silverlight text anywhere near text rendered by the browser...&lt;/p&gt;</description></item><item><title>Re: Why do Fonts Look so Horrible in Silverlight?</title><link>http://forums.silverlight.net/forums/thread/127419.aspx</link><pubDate>Sun, 09 Nov 2008 09:47:28 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:127419</guid><dc:creator>jeffferson</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/127419.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=127419</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;is MS really going to do anything about this? Otherwise adobe has nothing to worry about.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Why do Fonts Look so Horrible in Silverlight?</title><link>http://forums.silverlight.net/forums/thread/102173.aspx</link><pubDate>Fri, 03 Oct 2008 13:45:17 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:102173</guid><dc:creator>bruce.denham</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/102173.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=102173</wfw:commentRss><description>&lt;p&gt;I couldn&amp;#39;t agree more. Just heard from Bill Reiss (see: http://www.bluerosegames.com/SilverlightBrassTacks/post/Silverlight-2-RC0-text-rendering-quot3bimprovedquot3b.aspx ) that MS does recognize the problem (thank goodness), and is reported to be working on a new text engine to fix this typographic fiasco. This info comes from Scott Guthrie himself (from another blog post). So I hope it means MS understands the problem and is giving it priority. We&amp;#39;ll see.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Why do Fonts Look so Horrible in Silverlight?</title><link>http://forums.silverlight.net/forums/thread/87670.aspx</link><pubDate>Mon, 08 Sep 2008 06:32:00 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:87670</guid><dc:creator>DigitallyEnhanced</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/87670.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=87670</wfw:commentRss><description>&lt;p&gt;Fonts do look crap in Silverlight. I&amp;#39;m very keen to use it and it would be such a powerful tool for building decent web applications but I can&amp;#39;t because the standard fonts look so different to how they are usually rendered on Windows. I&amp;#39;m amazed more people haven&amp;#39;t raised this as an issue.&amp;nbsp;How are we meant to get silverlight objects to blend in with an HTML page if the font is so different. Even if it was different in a good way that would be OK.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Why do Fonts Look so Horrible in Silverlight?</title><link>http://forums.silverlight.net/forums/thread/84299.aspx</link><pubDate>Wed, 27 Aug 2008 11:17:14 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:84299</guid><dc:creator>trungnd</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/84299.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=84299</wfw:commentRss><description>Here are demos and let’s compare Text in SilverLight and Flash, which one is better?&lt;br /&gt;ilverLight: &lt;a href="http://community.netikatech.com/demos/silverlight/toolstrips/"&gt;http://community.netikatech.com/demos/silverlight/toolstrips/&lt;/a&gt;&lt;br /&gt;Flash: &lt;a href="http://community.netikatech.com/demos/flash/toolstrips/"&gt;http://community.netikatech.com/demos/flash/toolstrips/&lt;/a&gt;&lt;br /&gt;I also try to make some samples and adjust the text in SilverLight but they are the same (not better than Flash). The words are not clear and little cloudy.&lt;br /&gt;I love SilverLight’s strength and hope Microsoft can improve the SilverLight better and better.&lt;br /&gt;Bye</description></item><item><title>Re: Re: Re: Why do Fonts Look so Horrible in Silverlight?</title><link>http://forums.silverlight.net/forums/thread/84005.aspx</link><pubDate>Tue, 26 Aug 2008 15:40:31 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:84005</guid><dc:creator>codeblock</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/84005.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=84005</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;Geminiman:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Brutal and it makes it almost impossible for us to push silverlight development instead of flash.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;And if you evaluate only the rendering factor to decide if you have to move from flash to Silverlight probably you are doing a bad mistake. I saw many applications (and many application I made) and all applications looks good and have nothing to envy to flash. So if you consider the code reusability, the better code structure, the real object model, the separation from programming and design, the hundreds of other thing better than flash you understand that there is no reason to continue using flash... IMHO.&lt;/p&gt;
&lt;p&gt;bye&lt;/p&gt;</description></item><item><title>Re: Re: Re: Why do Fonts Look so Horrible in Silverlight?</title><link>http://forums.silverlight.net/forums/thread/84001.aspx</link><pubDate>Tue, 26 Aug 2008 15:29:37 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:84001</guid><dc:creator>codeblock</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/84001.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=84001</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;I show flash developers silverlight apps and they all laugh and how hideous it looks. Brutal and it makes it almost impossible for us to push silverlight development instead of flash.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m also a flash developer and I know that fonts show bad also in flash. This is why flash developers introduced pixel-fonts many years ago and this is why the same flash developers position text at entire coordinates to achieve the better fonts rendering. I think they have to stop laughing. (...and probably start crying :D )&lt;/p&gt;
&lt;p&gt;bye.&lt;/p&gt;</description></item></channel></rss>