<?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>Cold Constructs &#187; class</title>
	<atom:link href="http://coldconstructs.com/tag/class/feed/" rel="self" type="application/rss+xml" />
	<link>http://coldconstructs.com</link>
	<description>Creations of Corey Birnbaum</description>
	<lastBuildDate>Fri, 13 Apr 2012 23:18:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>BitmapText class</title>
		<link>http://coldconstructs.com/2009/03/bitmaptext-class/</link>
		<comments>http://coldconstructs.com/2009/03/bitmaptext-class/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 21:32:44 +0000</pubDate>
		<dc:creator>Corey</dc:creator>
				<category><![CDATA[Introductions]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://coldconstructs.com/?p=65</guid>
		<description><![CDATA[A new section is up on the projects page where I put classes I&#8217;ve written that I think might be useful to others. People seemed to like my post on bitmap text so I released the class I use to do the boring work for me. Usage: // Optional format var format:TextFormat = new TextFormat();... <a href="http://coldconstructs.com/2009/03/bitmaptext-class/">Read More &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>A new section is up on the projects page where I put classes I&#8217;ve written that I think might be useful to others. People seemed to like my post <a href="http://coldconstructs.com/2008/06/scaling-dynamic-text-in-as3/">on bitmap text</a> so I released the class I use to do the boring work for me.</p>
<p>Usage:</p>
<pre lang="ActionScript3" line="n" colla="+">
// Optional format
var format:TextFormat = new TextFormat();
format.font = "Verdana";
format.size = 10;
var bmt:BitmapText = new BitmapText(300, 500, true, format, 12, 100); // only width and height are required
bmt.addText("This is html text, which can't be mixed with regular text.", true); // set last param to false for regular text
this.addChild(bmt.render());
</pre>
<p>More instructions/explanations are in the class itself.</p>
 <p><a href="http://coldconstructs.com/?flattrss_redirect&amp;id=65&amp;md5=cdab050278aef9ed27ff1afbf8fe0938" title="Flattr" target="_blank"><img src="http://coldconstructs.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://coldconstructs.com/2009/03/bitmaptext-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=vonWolfehaus&amp;popout=1&amp;url=http%3A%2F%2Fcoldconstructs.com%2F2009%2F03%2Fbitmaptext-class%2F&amp;language=en_GB&amp;category=software&amp;title=BitmapText+class&amp;description=A+new+section+is+up+on+the+projects+page+where+I+put+classes+I%26%238217%3Bve+written+that+I+think+might+be+useful+to+others.+People+seemed+to+like+my+post+on...&amp;tags=ActionScript+3%2Cclass%2Csource%2Cblog" type="text/html" />
	</item>
	</channel>
</rss>

