<?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>Commenti a: Dynamic textField kerning in Flash8</title>
	<atom:link href="http://www.cristiangalletti.com/dynamic-textfield-kerning/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cristiangalletti.com/dynamic-textfield-kerning/</link>
	<description>su tutto ciò che è web, creatività, immagine e design</description>
	<lastBuildDate>Sun, 13 Jun 2010 13:45:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Di: Albo</title>
		<link>http://www.cristiangalletti.com/dynamic-textfield-kerning/comment-page-1/#comment-195</link>
		<dc:creator>Albo</dc:creator>
		<pubDate>Fri, 11 Apr 2008 22:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cristiangalletti.com/dynamic-textfield-kerning/#comment-195</guid>
		<description>Ciao, incorporando la font (sempre Garamond linkage = Font 1) ho visto che il kerning funziona però. Guarda qui direttamente dall&#039;F1:

var fmt1:TextFormat = new TextFormat();
fmt1.font = &quot;Font 1&quot;;
fmt1.size = 50;
fmt1.color = 0xFF0000;
fmt1.kerning = false;

var fmt2:TextFormat = new TextFormat();
fmt2.font = &quot;Font 1&quot;;
fmt2.size = 50;
fmt2.color = 0x0000FF;
fmt2.kerning = true;

this.createTextField(&quot;tf1&quot;, this.getNextHighestDepth(), 10, 10, 400, 100);
tf1.embedFonts = true;
tf1.text = &quot;Text 7AVA-7AVA&quot;;
tf1.setTextFormat(fmt1); 

this.createTextField(&quot;tf2&quot;, this.getNextHighestDepth(), 10, 40, 400, 100);
tf2.embedFonts = true;
tf2.text = tf1.text;
tf2.setTextFormat(fmt2);</description>
		<content:encoded><![CDATA[<p>Ciao, incorporando la font (sempre Garamond linkage = Font 1) ho visto che il kerning funziona però. Guarda qui direttamente dall&#8217;F1:</p>
<p>var fmt1:TextFormat = new TextFormat();<br />
fmt1.font = &#8220;Font 1&#8243;;<br />
fmt1.size = 50;<br />
fmt1.color = 0xFF0000;<br />
fmt1.kerning = false;</p>
<p>var fmt2:TextFormat = new TextFormat();<br />
fmt2.font = &#8220;Font 1&#8243;;<br />
fmt2.size = 50;<br />
fmt2.color = 0x0000FF;<br />
fmt2.kerning = true;</p>
<p>this.createTextField(&#8220;tf1&#8243;, this.getNextHighestDepth(), 10, 10, 400, 100);<br />
tf1.embedFonts = true;<br />
tf1.text = &#8220;Text 7AVA-7AVA&#8221;;<br />
tf1.setTextFormat(fmt1); </p>
<p>this.createTextField(&#8220;tf2&#8243;, this.getNextHighestDepth(), 10, 40, 400, 100);<br />
tf2.embedFonts = true;<br />
tf2.text = tf1.text;<br />
tf2.setTextFormat(fmt2);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
