<?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>Comments on: Embedding and animating fonts in a Flex application</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sat, 11 Feb 2012 11:51:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: osc</title>
		<link>http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/comment-page-1/#comment-8199</link>
		<dc:creator>osc</dc:creator>
		<pubDate>Wed, 04 Aug 2010 16:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/#comment-8199</guid>
		<description>@Andy It might be caused by pixel hinting being turned on. When it&#039;s not rotated, it will try to snap font edges to the pixel, so that it is sharper.</description>
		<content:encoded><![CDATA[<p>@Andy It might be caused by pixel hinting being turned on. When it&#8217;s not rotated, it will try to snap font edges to the pixel, so that it is sharper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pythagoras</title>
		<link>http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/comment-page-1/#comment-4945</link>
		<dc:creator>pythagoras</dc:creator>
		<pubDate>Tue, 04 Aug 2009 18:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/#comment-4945</guid>
		<description>The greensock tweening library seems to be much more efficient than flex effects i.e. &#039;&lt;mx:zoom. Check this out:
http://blog.flexcommunity.net/?p=165

http://blog.greensock.com/tweenmaxas3/</description>
		<content:encoded><![CDATA[<p>The greensock tweening library seems to be much more efficient than flex effects i.e. &#8216;&lt;mx:zoom. Check this out:<br />
<a href="http://blog.flexcommunity.net/?p=165" rel="nofollow">http://blog.flexcommunity.net/?p=165</a></p>
<p><a href="http://blog.greensock.com/tweenmaxas3/" rel="nofollow">http://blog.greensock.com/tweenmaxas3/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/comment-page-1/#comment-355</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 27 May 2009 00:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/#comment-355</guid>
		<description>I&#039;m having a problem animating the zoom or scale properties of labels with embedded fonts.
It works smoothly as long as the label is rotated slightly (at least .5), but with out any rotation the text is very jumpy and looks like what happens if you animate some dynamic text in flash with anti-alias for readability applied.

Any tips?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a problem animating the zoom or scale properties of labels with embedded fonts.<br />
It works smoothly as long as the label is rotated slightly (at least .5), but with out any rotation the text is very jumpy and looks like what happens if you animate some dynamic text in flash with anti-alias for readability applied.</p>
<p>Any tips?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pythagoras</title>
		<link>http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/comment-page-1/#comment-356</link>
		<dc:creator>pythagoras</dc:creator>
		<pubDate>Sat, 07 Feb 2009 19:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/#comment-356</guid>
		<description>Yes there seems to be maximum font size. See this:

http://blog.flexcommunity.net/?p=46</description>
		<content:encoded><![CDATA[<p>Yes there seems to be maximum font size. See this:</p>
<p><a href="http://blog.flexcommunity.net/?p=46" rel="nofollow">http://blog.flexcommunity.net/?p=46</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diego</title>
		<link>http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/comment-page-1/#comment-354</link>
		<dc:creator>diego</dc:creator>
		<pubDate>Tue, 27 Nov 2007 14:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/#comment-354</guid>
		<description>hi,
Is there a maximum fontSize that can be displayed in a Text Component (or TextField, TextArea, etc)in Flex 2?  Because whenever I try to display a font size greater than 150 ( by setting fontSize=&#039;180&#039; in the Text Component definition) , the size doesn&#039;t change past that of 150.  Any help with this would be very appreciated.  I&#039;ve searched around some and I&#039;m not seeing much written on it.  I&#039;ve tried this with both embedded and non embedded fonts.

thanks.
Diego

 mx:Text id=&#039;flash2&#039; text=&#039;A&#039; fontSize=&#039;270&#039;</description>
		<content:encoded><![CDATA[<p>hi,<br />
Is there a maximum fontSize that can be displayed in a Text Component (or TextField, TextArea, etc)in Flex 2?  Because whenever I try to display a font size greater than 150 ( by setting fontSize=&#8217;180&#8242; in the Text Component definition) , the size doesn&#8217;t change past that of 150.  Any help with this would be very appreciated.  I&#8217;ve searched around some and I&#8217;m not seeing much written on it.  I&#8217;ve tried this with both embedded and non embedded fonts.</p>
<p>thanks.<br />
Diego</p>
<p> mx:Text id=&#8217;flash2&#8242; text=&#8217;A&#8217; fontSize=&#8217;270&#8242;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ridge</title>
		<link>http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/comment-page-1/#comment-351</link>
		<dc:creator>Ridge</dc:creator>
		<pubDate>Mon, 19 Nov 2007 11:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/#comment-351</guid>
		<description>Hi,

How about there is a form. For example i&#039;ve entered a quotation message and after that it should be appeared and animated. I mean there is a text area and a submit button. And I&#039;m going to put some message in the text area and when i clicked the button it will now display the message that i&#039;ve type with matching animation. And also I was able also to select font type, font sizes and type of animation. Can you provide examples on this. Your help will gladly be appreciated. Thanks in advance and more power.

Regards,
Ridge</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How about there is a form. For example i&#8217;ve entered a quotation message and after that it should be appeared and animated. I mean there is a text area and a submit button. And I&#8217;m going to put some message in the text area and when i clicked the button it will now display the message that i&#8217;ve type with matching animation. And also I was able also to select font type, font sizes and type of animation. Can you provide examples on this. Your help will gladly be appreciated. Thanks in advance and more power.</p>
<p>Regards,<br />
Ridge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/comment-page-1/#comment-352</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Sat, 03 Nov 2007 18:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/#comment-352</guid>
		<description>Suresh,

For the text that isn&#039;t visible after being rotated. Is it italic or bold (or both)? If so, have you embedded the bold and/or italic versions of the font as well?

Peter</description>
		<content:encoded><![CDATA[<p>Suresh,</p>
<p>For the text that isn&#8217;t visible after being rotated. Is it italic or bold (or both)? If so, have you embedded the bold and/or italic versions of the font as well?</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/comment-page-1/#comment-353</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Fri, 02 Nov 2007 03:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/#comment-353</guid>
		<description>Rotation of text is not happening when I try to run sample as web application.
I am not seeing any text either.
I have added other components to the application and found them visible.

Could you please provider your inputs.

Thanks.</description>
		<content:encoded><![CDATA[<p>Rotation of text is not happening when I try to run sample as web application.<br />
I am not seeing any text either.<br />
I have added other components to the application and found them visible.</p>
<p>Could you please provider your inputs.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/comment-page-1/#comment-350</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Fri, 14 Sep 2007 01:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/#comment-350</guid>
		<description>Not seeing the rotation/alpha in my embedded example above, or in your file?

Peter</description>
		<content:encoded><![CDATA[<p>Not seeing the rotation/alpha in my embedded example above, or in your file?</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/comment-page-1/#comment-349</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 14 Sep 2007 00:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/06/embedding-and-animating-fonts-in-a-flex-application/#comment-349</guid>
		<description>I&#039;m not picking up any rotaion or alpha. I&#039;m only seeing an elastic zoom/settle loop.

Missing something?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not picking up any rotaion or alpha. I&#8217;m only seeing an elastic zoom/settle loop.</p>
<p>Missing something?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

