<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AlmostLogical.com &#187; wordWrap</title>
	<atom:link href="http://blog.almostlogical.com/tag/wordwrap/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.almostlogical.com</link>
	<description>Flash, Unity3D, Papervision3D, New Media and pretty much anything else that is related to the Internet. Blog by Devin Reimer.</description>
	<lastBuildDate>Thu, 08 Jul 2010 16:51:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multiline WordWrap DynamicText3D in FIVe3D Part 2 (Now with Dynamic Alignment)</title>
		<link>http://blog.almostlogical.com/2009/07/19/multiline-wordwrap-dynamictext3d-in-five3d-part-2-now-with-dynamic-alignment/</link>
		<comments>http://blog.almostlogical.com/2009/07/19/multiline-wordwrap-dynamictext3d-in-five3d-part-2-now-with-dynamic-alignment/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 01:53:48 +0000</pubDate>
		<dc:creator>Devin Reimer</dc:creator>
				<category><![CDATA[FIVe3D]]></category>
		<category><![CDATA[align]]></category>
		<category><![CDATA[center]]></category>
		<category><![CDATA[dynamictext3D]]></category>
		<category><![CDATA[multiline]]></category>
		<category><![CDATA[wordWrap]]></category>

		<guid isPermaLink="false">http://blog.almostlogical.com/?p=518</guid>
		<description><![CDATA[

Update: I have released a new version that now supports the newest versions of FIVe3D. To go to the new post click here.

For those of you that have not read my original blog post on multiline wordwrap in FIVe3D. You can go read the article here.

I didn't intend of expanding my DynamicTextMultiline class, but as I was working on another project I ended up adding to it and expanding its feature set. I have now implemented dynamic alignment (left,right,center) and line spacing, as well as fixed a small bug involving multiline text width. I have also updated the package path of the class to a more logical location (almostlogical.five3d.display).

Using dynamic alignment and line spacing is very easy:
var dynText:DynamicText3DMultiline;
dynText = new ...]]></description>
		<wfw:commentRss>http://blog.almostlogical.com/2009/07/19/multiline-wordwrap-dynamictext3d-in-five3d-part-2-now-with-dynamic-alignment/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Multiline WordWrap DynamicText3D in FIVe3D</title>
		<link>http://blog.almostlogical.com/2009/06/23/multiline-wordwrap-dynamictext3d-in-five3d/</link>
		<comments>http://blog.almostlogical.com/2009/06/23/multiline-wordwrap-dynamictext3d-in-five3d/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 05:00:04 +0000</pubDate>
		<dc:creator>Devin Reimer</dc:creator>
				<category><![CDATA[FIVe3D]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[dynamictext3D]]></category>
		<category><![CDATA[dynamictext3dmultiline]]></category>
		<category><![CDATA[wordWrap]]></category>

		<guid isPermaLink="false">http://blog.almostlogical.com/?p=477</guid>
		<description><![CDATA[

For those of you that have never heard of FIVe3D, it is a lightweight vector based 3D library now written in AS3. You can check it out for yourself, http://five3d.mathieu-badimon.com.

In working on a small project using FIVe3D I discovered that while the 3D text part of the library is awesome it did not support multiline word wrap. I had seen examples of people using muliple DynamicText3D objects to fake text being multiline, but I wanted the text to be able to support dynamically word wrapping.

So I created a class called DynamicText3DMultiline which works the exact same way as the normal DynamicText3D class, but adds multiline wordwrap functionality. To use wordwrapping, simply set the width of the object and then set ...]]></description>
		<wfw:commentRss>http://blog.almostlogical.com/2009/06/23/multiline-wordwrap-dynamictext3d-in-five3d/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
