<?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 fonts in ActionScript 3, using Flex SDK</title>
	<atom:link href="http://soledadpenades.com/2008/10/21/embedding-fonts-in-actionscript-3-using-flex-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://soledadpenades.com/2008/10/21/embedding-fonts-in-actionscript-3-using-flex-sdk/</link>
	<description>repeat 4[fd 100 rt 90]</description>
	<lastBuildDate>Tue, 17 Apr 2012 18:38:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Daneel Malgas</title>
		<link>http://soledadpenades.com/2008/10/21/embedding-fonts-in-actionscript-3-using-flex-sdk/#comment-60933</link>
		<dc:creator>Daneel Malgas</dc:creator>
		<pubDate>Tue, 09 Nov 2010 10:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=776#comment-60933</guid>
		<description>you just rescued me from hours of frustration. thank you very much!</description>
		<content:encoded><![CDATA[<p>you just rescued me from hours of frustration. thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrsCalahan</title>
		<link>http://soledadpenades.com/2008/10/21/embedding-fonts-in-actionscript-3-using-flex-sdk/#comment-53995</link>
		<dc:creator>MrsCalahan</dc:creator>
		<pubDate>Thu, 25 Feb 2010 15:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=776#comment-53995</guid>
		<description>Hi,

I&#039;m getting crazy with this fonts!
I did everthing which is described her, and it works fine, exept for the bold fonts. 

CSS:
@font-face
{
font-family:Arial Bold;
src: url(&quot;coreRTE/fonts/arialbd.ttf&quot;);
font-weight:bold;	
}

I get no error if I compile the css via &quot;Compile CSS to SWF&quot;.
But if I thoose te &quot;Arial Bold&quot; font --&gt; my text is away or hidden. I donn&#039;t know! 

Has anybody an idear?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m getting crazy with this fonts!<br />
I did everthing which is described her, and it works fine, exept for the bold fonts. </p>
<p>CSS:<br />
@font-face<br />
{<br />
font-family:Arial Bold;<br />
src: url(&#8220;coreRTE/fonts/arialbd.ttf&#8221;);<br />
font-weight:bold;<br />
}</p>
<p>I get no error if I compile the css via &#8220;Compile CSS to SWF&#8221;.<br />
But if I thoose te &#8220;Arial Bold&#8221; font &#8211;&gt; my text is away or hidden. I donn&#8217;t know! </p>
<p>Has anybody an idear?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sitron</title>
		<link>http://soledadpenades.com/2008/10/21/embedding-fonts-in-actionscript-3-using-flex-sdk/#comment-53822</link>
		<dc:creator>sitron</dc:creator>
		<pubDate>Mon, 08 Feb 2010 10:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=776#comment-53822</guid>
		<description>i was getting crazy with this FontAsset issue when compiling with ant. 
i included this, and it worked

thanks a lot!</description>
		<content:encoded><![CDATA[<p>i was getting crazy with this FontAsset issue when compiling with ant.<br />
i included this, and it worked</p>
<p>thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sole</title>
		<link>http://soledadpenades.com/2008/10/21/embedding-fonts-in-actionscript-3-using-flex-sdk/#comment-52113</link>
		<dc:creator>sole</dc:creator>
		<pubDate>Tue, 21 Jul 2009 18:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=776#comment-52113</guid>
		<description>you&#039;re welcome :)</description>
		<content:encoded><![CDATA[<p>you&#8217;re welcome :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Fox</title>
		<link>http://soledadpenades.com/2008/10/21/embedding-fonts-in-actionscript-3-using-flex-sdk/#comment-52109</link>
		<dc:creator>Mark Fox</dc:creator>
		<pubDate>Mon, 20 Jul 2009 21:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=776#comment-52109</guid>
		<description>Thanks for helping clarify this issue. I was having problems using my embedded fonts (no compile errors) and I thought it had something to do with fontWeight and fontStyle properties. After reviewing your post I realized I wasn&#039;t settting &quot;embedFonts=true&quot; — and in a total &quot;DUH&quot; moment — found my fix!

Hopefully if others arrive here having missed this crucial point they will find this comment helpful. Which leads me to remark that the property would be more aptly called something like &quot;useEmbeddedFonts&quot; instead of &quot;embedFonts&quot;, but in reality it&#039;s on me for not reading the documentation and assuming I knew what the property meant.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for helping clarify this issue. I was having problems using my embedded fonts (no compile errors) and I thought it had something to do with fontWeight and fontStyle properties. After reviewing your post I realized I wasn&#8217;t settting &#8220;embedFonts=true&#8221; — and in a total &#8220;DUH&#8221; moment — found my fix!</p>
<p>Hopefully if others arrive here having missed this crucial point they will find this comment helpful. Which leads me to remark that the property would be more aptly called something like &#8220;useEmbeddedFonts&#8221; instead of &#8220;embedFonts&#8221;, but in reality it&#8217;s on me for not reading the documentation and assuming I knew what the property meant.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

