<?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: GDI Drawing: String with word-wrap</title>
	<atom:link href="http://www.tigraine.at/2009/01/03/gdi-drawing-string-with-word-wrap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tigraine.at/2009/01/03/gdi-drawing-string-with-word-wrap/</link>
	<description>Daniel Hoelbling talks about .NET</description>
	<lastBuildDate>Sun, 14 Mar 2010 16:22:22 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel Hölbling</title>
		<link>http://www.tigraine.at/2009/01/03/gdi-drawing-string-with-word-wrap/comment-page-1/#comment-3372</link>
		<dc:creator>Daniel Hölbling</dc:creator>
		<pubDate>Wed, 21 Oct 2009 05:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tigraine.at/2009/01/03/gdi-drawing-string-with-word-wrap/#comment-3372</guid>
		<description>Thanks for sharing.&lt;br&gt;I would also have suggested feeding the same parameters you give to DrawString to MeasureString.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing.<br />I would also have suggested feeding the same parameters you give to DrawString to MeasureString.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stater136</title>
		<link>http://www.tigraine.at/2009/01/03/gdi-drawing-string-with-word-wrap/comment-page-1/#comment-3371</link>
		<dc:creator>Stater136</dc:creator>
		<pubDate>Wed, 21 Oct 2009 04:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tigraine.at/2009/01/03/gdi-drawing-string-with-word-wrap/#comment-3371</guid>
		<description>Never mind. I figured out how to do this with measure string and using a StringFormat object. &lt;br&gt;&lt;br&gt;SizeF textSize = gfx.MeasureString(text, font, rectangle.Size, stringFormat);</description>
		<content:encoded><![CDATA[<p>Never mind. I figured out how to do this with measure string and using a StringFormat object. </p>
<p>SizeF textSize = gfx.MeasureString(text, font, rectangle.Size, stringFormat);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stater136</title>
		<link>http://www.tigraine.at/2009/01/03/gdi-drawing-string-with-word-wrap/comment-page-1/#comment-3370</link>
		<dc:creator>Stater136</dc:creator>
		<pubDate>Wed, 21 Oct 2009 04:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tigraine.at/2009/01/03/gdi-drawing-string-with-word-wrap/#comment-3370</guid>
		<description>Have you found a way to determine what the height of the resulting box is once it&#039;s rendered?</description>
		<content:encoded><![CDATA[<p>Have you found a way to determine what the height of the resulting box is once it&#39;s rendered?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
