<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - minor annoyance with text anti-aliasing (vista vs .net)</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - minor annoyance with text anti-aliasing (vista vs .net)</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 16:06:01 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 16:06:01 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>4</c9:totalResults>
	<c9:pageCount>-4</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - minor annoyance with text anti-aliasing (vista vs .net)</title>
		<description><![CDATA[<p>This really doesn't bother me very much, but if anyone knows the reason why text is rendered differently then enlighten me please. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br /><br /><br />So here's&nbsp;the&nbsp;crime scene:<br /><br /><br /><br /><img src="http://img220.imageshack.us/img220/5476/a2th2.png"><br /><br />Magnified:</p>
<img src="http://img227.imageshack.us/img227/8409/a1fd5.png"><br /><br /><br />Left button has text rendered on Paint event of that button, right button has Text property set to the same text.
<br /><br />You can see there is not much difference, though I think right (vista)&nbsp;version of button looks slightly better.
<br /><br />Code that generates .NET button looks like this:<br /><font size="2"><br /><font size="2">
<p>e.Graphics</font>.DrawString(</font><font color="#a31515" size="2">&quot;Infinity color&quot;</font><font size="2">, button2.Font,
</font><font color="#0000ff" size="2">new</font><font size="2"> </font><font color="#2b91af" size="2">SolidBrush</font><font size="2">(button2.ForeColor), x, y</font><font size="2">);<br /></font><br />I don't see why these two buttons don't render the same. Does Vista use newer version of anti-aliasing technology that is not available in .NET?
<br /><br />(guess I'll have to go fiddle with win32 api - but I don't want to <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' />)</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261342-minor-annoyance-with-text-anti-aliasing-vista-vs-net/261342#261342</link>
		<pubDate>Fri, 29 Feb 2008 17:34:07 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261342-minor-annoyance-with-text-anti-aliasing-vista-vs-net/261342#261342</guid>
		<dc:creator>RoyalSchrubber</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/RoyalSchrubber/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - minor annoyance with text anti-aliasing (vista vs .net)</title>
		<description><![CDATA[<p>I strongly dislike WPF's text rendering (the text is much less readable in my opinion - and yes, I am on LCD) and would also like to know why
<br />the team didn't use system rendering. Maybe there was some good reason but from my (user's) perspective, I simply don't like it.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261342-minor-annoyance-with-text-anti-aliasing-vista-vs-net/bf7c53af81764bfdab579dfa00c0495f#bf7c53af81764bfdab579dfa00c0495f</link>
		<pubDate>Fri, 29 Feb 2008 17:58:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261342-minor-annoyance-with-text-anti-aliasing-vista-vs-net/bf7c53af81764bfdab579dfa00c0495f#bf7c53af81764bfdab579dfa00c0495f</guid>
		<dc:creator>BorekB</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BorekB/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - minor annoyance with text anti-aliasing (vista vs .net)</title>
		<description><![CDATA[<p>I think this is the cleartype vs wpf debate.. goog- I mean, 'search engine of preference' that, and you'll see tons of debate about it.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261342-minor-annoyance-with-text-anti-aliasing-vista-vs-net/d8fae80699d44ae2b4489dfa00c049f4#d8fae80699d44ae2b4489dfa00c049f4</link>
		<pubDate>Fri, 29 Feb 2008 18:31:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261342-minor-annoyance-with-text-anti-aliasing-vista-vs-net/d8fae80699d44ae2b4489dfa00c049f4#d8fae80699d44ae2b4489dfa00c049f4</guid>
		<dc:creator>stevo_</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/stevo_/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - minor annoyance with text anti-aliasing (vista vs .net)</title>
		<description><![CDATA[<p>The difference is not because of Vista: it's the difference between rendering using GDI or GDI&#43;. Drawing in .NET uses GDI&#43;. To render text using GDI, use the TextRenderer-class.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261342-minor-annoyance-with-text-anti-aliasing-vista-vs-net/52add00d2f1d4fb3b6139dfa00c04a8b#52add00d2f1d4fb3b6139dfa00c04a8b</link>
		<pubDate>Fri, 29 Feb 2008 18:46:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261342-minor-annoyance-with-text-anti-aliasing-vista-vs-net/52add00d2f1d4fb3b6139dfa00c04a8b#52add00d2f1d4fb3b6139dfa00c04a8b</guid>
		<dc:creator>Tommy Carlier</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/TommyCarlier/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>