<?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>ActionScript Examples &#187; textFormat</title>
	<atom:link href="http://actionscriptexamples.com/tag/textformat/feed/" rel="self" type="application/rss+xml" />
	<link>http://actionscriptexamples.com</link>
	<description>A bunch of ActionScript 2.0 and ActionScript 3.0 examples*</description>
	<lastBuildDate>Mon, 28 Jun 2010 18:23:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using an embedded font with the TextInput control in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/22/using-an-embedded-font-with-the-textinput-control-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/22/using-an-embedded-font-with-the-textinput-control-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 18:31:38 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[TextInput]]></category>
		<category><![CDATA[embedFonts]]></category>
		<category><![CDATA[textFormat]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=301</guid>
		<description><![CDATA[The following example shows how you can use an embedded font with the Flash ActionScript 3.0 TextInput control by setting the embedFonts and textFormat styles. Full code after the jump. // ActionScript 3.0 /* Requires: * - TextInput component in Flash library * - Embedded font with class name &#34;MyEmbeddedFont&#34; in Flash library */ import [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/22/using-an-embedded-font-with-the-textinput-control-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Setting a custom text format on a TextInput control in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/22/setting-a-custom-text-format-on-a-textinput-control-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/22/setting-a-custom-text-format-on-a-textinput-control-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 18:11:27 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[TextInput]]></category>
		<category><![CDATA[textFormat]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=299</guid>
		<description><![CDATA[The following example shows how you can set a custom text format on a Flash ActionScript 3.0 TextInput component by setting the textFormat style to a TextFormat object. Full code after the jump. // ActionScript 3.0 /* Requires: * - TextInput component in Flash library */ import fl.controls.TextInput; &#160; var textFmt:TextFormat = new TextFormat&#40;&#41;; textFmt.color [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/22/setting-a-custom-text-format-on-a-textinput-control-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Embedding fonts from a Flex application into a Flash SWF file</title>
		<link>http://actionscriptexamples.com/2008/12/20/embedding-fonts-from-a-flex-application-into-a-flash-swf-file/</link>
		<comments>http://actionscriptexamples.com/2008/12/20/embedding-fonts-from-a-flex-application-into-a-flash-swf-file/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 06:27:20 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Embed]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Font]]></category>
		<category><![CDATA[embedFonts]]></category>
		<category><![CDATA[TextField]]></category>
		<category><![CDATA[textFormat]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=224</guid>
		<description><![CDATA[The following examples show how you can embed a font from a Flex Library Project into a Flash application. Note: For an example of embedding a font from Flash into Flex, see &#8220;Embedding fonts from a Flash SWF file into a Flex application&#8221; at FlexExamples.com. Full code after the jump. In Flex Builder 3, create [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/20/embedding-fonts-from-a-flex-application-into-a-flash-swf-file/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Using embedded fonts with the Label control in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/07/using-embedded-fonts-with-the-label-control-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/07/using-embedded-fonts-with-the-label-control-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 16:31:18 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Label]]></category>
		<category><![CDATA[antiAliasType]]></category>
		<category><![CDATA[embedFonts]]></category>
		<category><![CDATA[textFormat]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=162</guid>
		<description><![CDATA[Working with embedded fonts in a Label component instance is very similar to working with a TextField instance. The main difference is that instead of using the embedFonts or defaultTextFormat properties of the TextField class, set the embedFonts or textFormat styles. In order to set the Label instance&#8217;s anti-alias type, set the antiAliasType property on [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/07/using-embedded-fonts-with-the-label-control-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using an embedded font with the ColorPicker component in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/06/using-an-embedded-font-with-the-colorpicker-component-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/06/using-an-embedded-font-with-the-colorpicker-component-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 04:09:50 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ColorPicker]]></category>
		<category><![CDATA[embedFonts]]></category>
		<category><![CDATA[textFormat]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=192</guid>
		<description><![CDATA[The following example shows how you can use an embedded font with the Flash ColorPicker component using ActionScript 3.0. Full code after the jump. // ActionScript 3.0 import fl.controls.ColorPicker; import fl.events.ColorPickerEvent; &#160; var arialEmbeddedFont:Font = new ArialEmbedded&#40;&#41;; &#160; var fmt:TextFormat = new TextFormat&#40;&#41;; fmt.font = arialEmbeddedFont.fontName; fmt.color = 0xFF0000; &#160; var colorPicker:ColorPicker = new ColorPicker&#40;&#41;; [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/06/using-an-embedded-font-with-the-colorpicker-component-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using embedded fonts with the CheckBox control in Flash with ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/11/27/using-embedded-fonts-with-the-checkbox-control-in-flash-with-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/11/27/using-embedded-fonts-with-the-checkbox-control-in-flash-with-actionscript-30/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 14:31:40 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[CheckBox]]></category>
		<category><![CDATA[Font]]></category>
		<category><![CDATA[embedFonts]]></category>
		<category><![CDATA[fontName]]></category>
		<category><![CDATA[textFormat]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=72</guid>
		<description><![CDATA[The following example shows how you can use an embedded font with the Flash ActionScript 3.0 CheckBox control by setting the textFormat and embedFonts styles. Full code after the jump. Note: The following example requires a CheckBox control in your Flash document&#8217;s library, as well as an embedded font with the linkage class set to [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/11/27/using-embedded-fonts-with-the-checkbox-control-in-flash-with-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Using embedded fonts with the Button control in Flash CS3</title>
		<link>http://actionscriptexamples.com/2008/03/11/using-embedded-fonts-with-the-button-control-in-flash-cs3/</link>
		<comments>http://actionscriptexamples.com/2008/03/11/using-embedded-fonts-with-the-button-control-in-flash-cs3/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 14:50:06 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Button]]></category>
		<category><![CDATA[embedFonts]]></category>
		<category><![CDATA[Font]]></category>
		<category><![CDATA[setStyle()]]></category>
		<category><![CDATA[textFormat]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/03/11/using-embedded-fonts-with-the-button-control-in-flash-cs3/</guid>
		<description><![CDATA[The following example shows how you can use embedded fonts (normal weight and bold weight) with a Flash CS3 Button control in ActionScript 3.0. Full code after the jump. /** * Requires: * - three Button controls on the display list with * instance names of &#34;button1&#34;, &#34;button2&#34;, and * &#34;button3&#34;. * - an embedded [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/03/11/using-embedded-fonts-with-the-button-control-in-flash-cs3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using embedded fonts with the DataGrid control in Flash CS3</title>
		<link>http://actionscriptexamples.com/2008/03/10/using-embedded-fonts-with-the-datagrid-control-in-flash-cs3/</link>
		<comments>http://actionscriptexamples.com/2008/03/10/using-embedded-fonts-with-the-datagrid-control-in-flash-cs3/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 16:17:25 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[DataGridColumn]]></category>
		<category><![CDATA[embedFonts]]></category>
		<category><![CDATA[HeaderRenderer]]></category>
		<category><![CDATA[headerTextFormat]]></category>
		<category><![CDATA[setRendererStyle()]]></category>
		<category><![CDATA[setStyle()]]></category>
		<category><![CDATA[textFormat]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/03/10/using-embedded-fonts-with-the-datagrid-control-in-flash-cs3/</guid>
		<description><![CDATA[The following example shows how you can use embedded fonts with a Flash CS3 DataGrid control in ActionScript 3.0. Full code after the jump. // ActionScript 3.0 /** * Requires: * - a DataGrid control on the display list with an * instance name of &#34;dataGrid&#34;. */ import fl.controls.dataGridClasses.DataGridColumn; import fl.controls.dataGridClasses.HeaderRenderer; import fl.data.DataProvider; &#160; var [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/03/10/using-embedded-fonts-with-the-datagrid-control-in-flash-cs3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using embedded fonts with the ComboBox control in Flash CS3</title>
		<link>http://actionscriptexamples.com/2008/03/09/using-embedded-fonts-with-the-combobox-control-in-flash-cs3/</link>
		<comments>http://actionscriptexamples.com/2008/03/09/using-embedded-fonts-with-the-combobox-control-in-flash-cs3/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 06:10:39 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[DataProvider]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[embedFonts]]></category>
		<category><![CDATA[setRendererStyle()]]></category>
		<category><![CDATA[setStyle()]]></category>
		<category><![CDATA[TextField]]></category>
		<category><![CDATA[textFormat]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/03/09/using-embedded-fonts-with-the-combobox-control-in-flash-cs3/</guid>
		<description><![CDATA[The following example shows how you can use embedded fonts with a Flash CS3 ComboBox control&#8217;s drop down menu in ActionScript 3.0. Full code after the jump. // ActionScript 3.0 /** * Requires: * - a ComboBox control in your library. * - an embedded font in your library with a linkage * identifier of [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/03/09/using-embedded-fonts-with-the-combobox-control-in-flash-cs3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
