<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Setting the correct default font in .NET Windows Forms apps</title>
	<atom:link href="http://benhollis.net/blog/2007/04/11/setting-the-correct-default-font-in-net-windows-forms-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://benhollis.net/blog/2007/04/11/setting-the-correct-default-font-in-net-windows-forms-apps/</link>
	<description>News about BenHollis.net and articles about Ben&#039;s interests</description>
	<lastBuildDate>Fri, 03 Sep 2010 02:00:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: XOS</title>
		<link>http://benhollis.net/blog/2007/04/11/setting-the-correct-default-font-in-net-windows-forms-apps/comment-page-1/#comment-9750</link>
		<dc:creator>XOS</dc:creator>
		<pubDate>Tue, 17 Aug 2010 08:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://brh.numbera.com/blog/index.php/2007/04/11/setting-the-correct-default-font-in-net-windows-forms-apps/#comment-9750</guid>
		<description>Seems a bit hacky to me. I know nothing can be done about it so it&#039;s unfortunate!</description>
		<content:encoded><![CDATA[<p>Seems a bit hacky to me. I know nothing can be done about it so it&#8217;s unfortunate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TeX HEX</title>
		<link>http://benhollis.net/blog/2007/04/11/setting-the-correct-default-font-in-net-windows-forms-apps/comment-page-1/#comment-7583</link>
		<dc:creator>TeX HEX</dc:creator>
		<pubDate>Thu, 21 Feb 2008 10:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://brh.numbera.com/blog/index.php/2007/04/11/setting-the-correct-default-font-in-net-windows-forms-apps/#comment-7583</guid>
		<description>As request, code is now licensed under the new BSD license which should allow anyone to use it.</description>
		<content:encoded><![CDATA[<p>As request, code is now licensed under the new BSD license which should allow anyone to use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TeX HeX</title>
		<link>http://benhollis.net/blog/2007/04/11/setting-the-correct-default-font-in-net-windows-forms-apps/comment-page-1/#comment-7578</link>
		<dc:creator>TeX HeX</dc:creator>
		<pubDate>Mon, 18 Feb 2008 15:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://brh.numbera.com/blog/index.php/2007/04/11/setting-the-correct-default-font-in-net-windows-forms-apps/#comment-7578</guid>
		<description>Thanks for this tips, although I&#039;m late with this I took your code and &quot;tweaked&quot; it a little bit, for example if will now also respect FontStyle.Italic, ignore custom fonts and some other things.

If you are interested, have a look:

http://texhex.blogspot.com/2008/02/setting-right-font-for-windows-forms.html</description>
		<content:encoded><![CDATA[<p>Thanks for this tips, although I&#8217;m late with this I took your code and &#8220;tweaked&#8221; it a little bit, for example if will now also respect FontStyle.Italic, ignore custom fonts and some other things.</p>
<p>If you are interested, have a look:</p>
<p><a href="http://texhex.blogspot.com/2008/02/setting-right-font-for-windows-forms.html" rel="nofollow">http://texhex.blogspot.com/2008/02/setting-right-font-for-windows-forms.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daryl</title>
		<link>http://benhollis.net/blog/2007/04/11/setting-the-correct-default-font-in-net-windows-forms-apps/comment-page-1/#comment-5218</link>
		<dc:creator>Daryl</dc:creator>
		<pubDate>Sun, 16 Sep 2007 23:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://brh.numbera.com/blog/index.php/2007/04/11/setting-the-correct-default-font-in-net-windows-forms-apps/#comment-5218</guid>
		<description>Set AutoScaleMode to &quot;None&quot; before changing the font.

If it&#039;s set to AutoScaleMode is set to &quot;Font&quot;, the dialog and all the child controls will change size when you change fonts.</description>
		<content:encoded><![CDATA[<p>Set AutoScaleMode to &#8220;None&#8221; before changing the font.</p>
<p>If it&#8217;s set to AutoScaleMode is set to &#8220;Font&#8221;, the dialog and all the child controls will change size when you change fonts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://benhollis.net/blog/2007/04/11/setting-the-correct-default-font-in-net-windows-forms-apps/comment-page-1/#comment-5196</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Wed, 29 Aug 2007 12:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://brh.numbera.com/blog/index.php/2007/04/11/setting-the-correct-default-font-in-net-windows-forms-apps/#comment-5196</guid>
		<description>Thanks for working on the font problem. I don&#039;t have time to sort it out. I just set the font, color, size, and so on every time I want to use it. It seems like I should go to page setup in windows but there&#039;s no way at that point.

Best wishes.</description>
		<content:encoded><![CDATA[<p>Thanks for working on the font problem. I don&#8217;t have time to sort it out. I just set the font, color, size, and so on every time I want to use it. It seems like I should go to page setup in windows but there&#8217;s no way at that point.</p>
<p>Best wishes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
