<?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>Penguinspeak &#187; Flex 4</title>
	<atom:link href="http://macmartine.com/blog/category/flex-4/feed" rel="self" type="application/rss+xml" />
	<link>http://macmartine.com/blog</link>
	<description>This is how I see it.</description>
	<lastBuildDate>Tue, 19 Oct 2010 00:39:03 +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>Embedding fonts in Flex 4</title>
		<link>http://macmartine.com/blog/2009/10/embedding-fonts-in-flex-4.html</link>
		<comments>http://macmartine.com/blog/2009/10/embedding-fonts-in-flex-4.html#comments</comments>
		<pubDate>Sat, 24 Oct 2009 17:16:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex 4]]></category>

		<guid isPermaLink="false">http://macmartine.com/blog/?p=76</guid>
		<description><![CDATA[In Flex 3 I created a component where I needed to embed the fonts. I did so with: [Embed(source='assets/fonts/ARIALBD.TTF', fontName='tabfont', fontWeight='bold')] Until Flex 4 halo components use Flash Player 10 FTE based text (remembering that FTE is only compatible with CFF embedded fonts), you’ll have to also specify embedAsCFF=’false’ because the legacy Flash Player TextField [...]]]></description>
			<content:encoded><![CDATA[<p>In Flex 3 I created a component where I needed to embed the fonts. I did so with:</p>
<pre name="code" class="css">
[Embed(source='assets/fonts/ARIALBD.TTF', fontName='tabfont', fontWeight='bold')]
</pre>
<p>Until Flex 4 halo components use Flash Player 10 FTE based text (remembering that FTE is only compatible with CFF embedded fonts), you’ll have to also specify embedAsCFF=’false’ because the legacy Flash Player TextField based text cannot use CFF embedded fonts.</p>
<p>Additionally Spark skins for halo components now use the plain font instead of bold.</p>
<p>So now, to do the same in Flex 4, it&#8217;s:</p>
<pre name="code" class="css">
[Embed(source='assets/fonts/ARIAL.TTF', embedAsCFF='false', fontName='tabfont')]
</pre>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=Embedding+fonts+in+Flex+4+http%3A%2F%2Fbit.ly%2F3eu6EJ" title="Post to Twitter"><img class="nothumb" src="http://macmartine.com/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://macmartine.com/blog/2009/10/embedding-fonts-in-flex-4.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails extension for Flex 4</title>
		<link>http://macmartine.com/blog/2009/10/ruby-on-rails-extension-for-flex-4.html</link>
		<comments>http://macmartine.com/blog/2009/10/ruby-on-rails-extension-for-flex-4.html#comments</comments>
		<pubDate>Mon, 19 Oct 2009 18:42:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex 4]]></category>

		<guid isPermaLink="false">http://macmartine.com/blog/?p=73</guid>
		<description><![CDATA[http://dcdror.riaforge.org/]]></description>
			<content:encoded><![CDATA[<p>http://dcdror.riaforge.org/</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=Ruby+on+Rails+extension+for+Flex+4+http%3A%2F%2Fbit.ly%2F6gdr9" title="Post to Twitter"><img class="nothumb" src="http://macmartine.com/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://macmartine.com/blog/2009/10/ruby-on-rails-extension-for-flex-4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

