<?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: Change Font Size</title>
	<atom:link href="http://www.csharp411.com/change-font-size/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharp411.com/change-font-size/</link>
	<description>C# Development</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:14:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Kannan</title>
		<link>http://www.csharp411.com/change-font-size/#comment-259</link>
		<dc:creator>Kannan</dc:creator>
		<pubDate>Tue, 10 May 2011 11:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/change-font-size/#comment-259</guid>
		<description>Very nice, please keep posting such kind of articles.
Really a genius,for text align i.e left, center,right how is it possible?</description>
		<content:encoded><![CDATA[<p>Very nice, please keep posting such kind of articles.<br />
Really a genius,for text align i.e left, center,right how is it possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: panpawel</title>
		<link>http://www.csharp411.com/change-font-size/#comment-258</link>
		<dc:creator>panpawel</dc:creator>
		<pubDate>Thu, 17 Feb 2011 15:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/change-font-size/#comment-258</guid>
		<description>Just create a new Font with a different size. Optionally you can specify the GraphicUnits

Font f = new Font(myFont.FontFamily, 
10, //new size
GraphicsUnit.Display //Point is default if not specified
);</description>
		<content:encoded><![CDATA[<p>Just create a new Font with a different size. Optionally you can specify the GraphicUnits</p>
<p>Font f = new Font(myFont.FontFamily,<br />
10, //new size<br />
GraphicsUnit.Display //Point is default if not specified<br />
);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naina</title>
		<link>http://www.csharp411.com/change-font-size/#comment-257</link>
		<dc:creator>Naina</dc:creator>
		<pubDate>Sat, 31 Jul 2010 10:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/change-font-size/#comment-257</guid>
		<description>foreach (Control ctl in this.Controls)          
 {
if ((ctl is TextBox)) //&#124;&#124; (ctl is ComboBox) &#124;&#124; (ctl is ListBox) &#124;&#124; (ctl is ListView))
                {
                                      ctl.Font = new Font((&quot;LPK-Marathi&quot;), 14.0f, FontStyle.Regular, GraphicsUnit.Pixel);
           }
            }

i have getting the problem to set font to selected controls at runetime, the font is set to form and form size get maximaize

        }</description>
		<content:encoded><![CDATA[<p>foreach (Control ctl in this.Controls)<br />
 {<br />
if ((ctl is TextBox)) //|| (ctl is ComboBox) || (ctl is ListBox) || (ctl is ListView))<br />
                {<br />
                                      ctl.Font = new Font((&#8220;LPK-Marathi&#8221;), 14.0f, FontStyle.Regular, GraphicsUnit.Pixel);<br />
           }<br />
            }</p>
<p>i have getting the problem to set font to selected controls at runetime, the font is set to form and form size get maximaize</p>
<p>        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krish</title>
		<link>http://www.csharp411.com/change-font-size/#comment-256</link>
		<dc:creator>krish</dc:creator>
		<pubDate>Sat, 24 Apr 2010 01:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/change-font-size/#comment-256</guid>
		<description>thanku
 it is soo helpful for my project</description>
		<content:encoded><![CDATA[<p>thanku<br />
 it is soo helpful for my project</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monkeyface</title>
		<link>http://www.csharp411.com/change-font-size/#comment-255</link>
		<dc:creator>monkeyface</dc:creator>
		<pubDate>Fri, 19 Mar 2010 09:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/change-font-size/#comment-255</guid>
		<description>thanks alot this help me alot thank you very very very much!!!</description>
		<content:encoded><![CDATA[<p>thanks alot this help me alot thank you very very very much!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pranav</title>
		<link>http://www.csharp411.com/change-font-size/#comment-254</link>
		<dc:creator>Pranav</dc:creator>
		<pubDate>Fri, 20 Nov 2009 04:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/change-font-size/#comment-254</guid>
		<description>How to convert System.Media.Font(WPF) to System.Drawing.Font(C#.Net), including font size ?</description>
		<content:encoded><![CDATA[<p>How to convert System.Media.Font(WPF) to System.Drawing.Font(C#.Net), including font size ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zak</title>
		<link>http://www.csharp411.com/change-font-size/#comment-253</link>
		<dc:creator>Zak</dc:creator>
		<pubDate>Sun, 11 Oct 2009 15:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/change-font-size/#comment-253</guid>
		<description>textBox.Font = new Font( textBox.Font, FontStyle.Bold );</description>
		<content:encoded><![CDATA[<p>textBox.Font = new Font( textBox.Font, FontStyle.Bold );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohana</title>
		<link>http://www.csharp411.com/change-font-size/#comment-252</link>
		<dc:creator>mohana</dc:creator>
		<pubDate>Sun, 11 Oct 2009 10:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/change-font-size/#comment-252</guid>
		<description>In my project when i radio button named bold is clicked the word we typed in the text box should change bold..Please tell me the coding..I tried many times but i dint get correct coding... how to change the font style of a word in a text box?</description>
		<content:encoded><![CDATA[<p>In my project when i radio button named bold is clicked the word we typed in the text box should change bold..Please tell me the coding..I tried many times but i dint get correct coding&#8230; how to change the font style of a word in a text box?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sharmi</title>
		<link>http://www.csharp411.com/change-font-size/#comment-251</link>
		<dc:creator>sharmi</dc:creator>
		<pubDate>Mon, 09 Mar 2009 05:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/change-font-size/#comment-251</guid>
		<description>Hey i tried this.....its really work great........
actually i saw many sites...they didnt give any clear solution...thanks a lot...now im very happy :)</description>
		<content:encoded><![CDATA[<p>Hey i tried this&#8230;..its really work great&#8230;&#8230;..<br />
actually i saw many sites&#8230;they didnt give any clear solution&#8230;thanks a lot&#8230;now im very happy <img src='http://www.csharp411.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timm</title>
		<link>http://www.csharp411.com/change-font-size/#comment-250</link>
		<dc:creator>timm</dc:creator>
		<pubDate>Fri, 26 Dec 2008 18:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/change-font-size/#comment-250</guid>
		<description>What is lbObjective?  From the info you provided, it appears that lbObjective.Font is a FontInfo and not a Font.</description>
		<content:encoded><![CDATA[<p>What is lbObjective?  From the info you provided, it appears that lbObjective.Font is a FontInfo and not a Font.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

