<?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: Create multi-line labels with cocos 2d iphone</title>
	<atom:link href="http://johnehartzog.com/2009/06/create-multi-line-labels-with-cocos-2d-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnehartzog.com/2009/06/create-multi-line-labels-with-cocos-2d-iphone/</link>
	<description>Programming projects and sample code</description>
	<lastBuildDate>Sat, 24 Jul 2010 10:37:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric</title>
		<link>http://johnehartzog.com/2009/06/create-multi-line-labels-with-cocos-2d-iphone/comment-page-1/#comment-2653</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 17 Jun 2010 21:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://johnehartzog.com/?p=363#comment-2653</guid>
		<description>Sorry, I just manually tweaked the spaces to get whatever alignment I was looking for. I didn&#039;t really spend too much time to make the code easy to work across many cases.</description>
		<content:encoded><![CDATA[<p>Sorry, I just manually tweaked the spaces to get whatever alignment I was looking for. I didn&#8217;t really spend too much time to make the code easy to work across many cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Montoya</title>
		<link>http://johnehartzog.com/2009/06/create-multi-line-labels-with-cocos-2d-iphone/comment-page-1/#comment-2622</link>
		<dc:creator>Montoya</dc:creator>
		<pubDate>Tue, 25 May 2010 15:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://johnehartzog.com/?p=363#comment-2622</guid>
		<description>@Anon: try using Label instead of CCLabel

@Eric: I am using your updated code but I am wondering if it is possible to vertically align the text within the box... is that possible?</description>
		<content:encoded><![CDATA[<p>@Anon: try using Label instead of CCLabel</p>
<p>@Eric: I am using your updated code but I am wondering if it is possible to vertically align the text within the box&#8230; is that possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://johnehartzog.com/2009/06/create-multi-line-labels-with-cocos-2d-iphone/comment-page-1/#comment-2576</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 07 Apr 2010 22:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://johnehartzog.com/?p=363#comment-2576</guid>
		<description>What kind of error or output do you get?</description>
		<content:encoded><![CDATA[<p>What kind of error or output do you get?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://johnehartzog.com/2009/06/create-multi-line-labels-with-cocos-2d-iphone/comment-page-1/#comment-2572</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Tue, 06 Apr 2010 09:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://johnehartzog.com/?p=363#comment-2572</guid>
		<description>Hey,

Why isn&#039;t this working for me?

CCLabel *messageLabel = [CCLabel labelWithString:@&quot;TEST&quot; dimensions:CGSizeMake(380, 120) alignment:UITextAlignmentCenter fontName:@&quot;pc_paint_special_gradient_green.fnt&quot; fontSize:26];
	messageLabel.position = ccp(160,240);
	[self addChild:messageLabel];</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Why isn&#8217;t this working for me?</p>
<p>CCLabel *messageLabel = [CCLabel labelWithString:@"TEST" dimensions:CGSizeMake(380, 120) alignment:UITextAlignmentCenter fontName:@"pc_paint_special_gradient_green.fnt" fontSize:26];<br />
	messageLabel.position = ccp(160,240);<br />
	[self addChild:messageLabel];</p>
]]></content:encoded>
	</item>
</channel>
</rss>
