<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/TextFormat</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 03:10:46 GMT</pubDate>
<item>
<title>(ActionScript 3) AS3 Loading and Accessing fonts in external SWF at Runtime - adrianparr</title>
<link>http://snipplr.com/view/56917/as3-loading-and-accessing-fonts-in-external-swf-at-runtime/</link>
<description><![CDATA[ <p>These two classes demonstrate how to create an external font SWF that contains embedded fonts, and how to then load that external font SWF and access and use the fonts inside it.</p> ]]></description>
<pubDate>Wed, 20 Jul 2011 21:01:41 GMT</pubDate>
<guid>http://snipplr.com/view/56917/as3-loading-and-accessing-fonts-in-external-swf-at-runtime/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 TextHandle Util - TextField made easy - burnandbass</title>
<link>http://snipplr.com/view/48331/as3-texthandle-util--textfield-made-easy/</link>
<description><![CDATA[ <p>Very simple and basic TextHandle class, extends TextField... You can extend to fit your needs.

Basic usage:

var a:TextHandle = new TextHandle("some text");
addChild(a)

Optional params:
 
_size: uint ( default 22 ) - size of the textfiled

_color: uint ( default 0x000000, black ) - the color of the textfield</p> ]]></description>
<pubDate>Thu, 03 Feb 2011 15:16:20 GMT</pubDate>
<guid>http://snipplr.com/view/48331/as3-texthandle-util--textfield-made-easy/</guid>
</item>
<item>
<title>(ActionScript 3) Simple TextFormat Manager AS3 - leongaban</title>
<link>http://snipplr.com/view/40332/simple-textformat-manager-as3/</link>
<description><![CDATA[ <p>http://leongaban.com/com/leongaban/Snipplr/Model/Fonts.as</p> ]]></description>
<pubDate>Sun, 12 Sep 2010 00:29:48 GMT</pubDate>
<guid>http://snipplr.com/view/40332/simple-textformat-manager-as3/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Format the Text of a TextArea Component - adrianparr</title>
<link>http://snipplr.com/view/34266/as3-format-the-text-of-a-textarea-component/</link>
<description><![CDATA[ <p>To style the text in a TextArea component, create a TextFormat object and pass it to the TextArea's setStyle method.</p> ]]></description>
<pubDate>Tue, 11 May 2010 14:38:12 GMT</pubDate>
<guid>http://snipplr.com/view/34266/as3-format-the-text-of-a-textarea-component/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Embed a font in with the flex SDK - adrianparr</title>
<link>http://snipplr.com/view/32349/as3-embed-a-font-in-with-the-flex-sdk/</link>
<description><![CDATA[ <p>Thanks to Thomas John.</p> ]]></description>
<pubDate>Mon, 19 Apr 2010 13:44:50 GMT</pubDate>
<guid>http://snipplr.com/view/32349/as3-embed-a-font-in-with-the-flex-sdk/</guid>
</item>
<item>
<title>(ActionScript 3) TextManager ActionScript 3.0 Class - edwardhotchkiss</title>
<link>http://snipplr.com/view/28934/textmanager-actionscript-30-class/</link>
<description><![CDATA[ <p>Allows easy usage of Fonts and TextField/TextFormat creation.</p> ]]></description>
<pubDate>Thu, 25 Feb 2010 18:13:04 GMT</pubDate>
<guid>http://snipplr.com/view/28934/textmanager-actionscript-30-class/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Dynamic text bold format - Winkyboy</title>
<link>http://snipplr.com/view/15359/as3-dynamic-text-bold-format/</link>
<description><![CDATA[ <p>A dynamic text field doesn't like to be set to bold (or italic, whatever).  You can get around this issue by creating a text format in actionscript and setting that field's format to this newly-created one.  This is only good for having a text field where all words in it share the same format (i.e. all words are bold).</p> ]]></description>
<pubDate>Wed, 27 May 2009 15:20:14 GMT</pubDate>
<guid>http://snipplr.com/view/15359/as3-dynamic-text-bold-format/</guid>
</item>
<item>
<title>(ActionScript 3) My first AS3 - Pablo</title>
<link>http://snipplr.com/view/13965/my-first-as3/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 11 Apr 2009 21:05:12 GMT</pubDate>
<guid>http://snipplr.com/view/13965/my-first-as3/</guid>
</item>
</channel>
</rss>