<?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 Using Flash Builder 4</title>
	<atom:link href="http://philperon.com/2009/09/03/embedding-fonts-using-flash-builder-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://philperon.com/2009/09/03/embedding-fonts-using-flash-builder-4/</link>
	<description>Flash Platform Developer and Game Development Hobbyist</description>
	<lastBuildDate>Mon, 26 Jul 2010 23:15:55 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: joe</title>
		<link>http://philperon.com/2009/09/03/embedding-fonts-using-flash-builder-4/comment-page-1/#comment-216</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Mon, 26 Jul 2010 23:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://philperon.com/?p=519#comment-216</guid>
		<description>embedAsCFF=”false” - that helped a lot, thanks! 4 hours of trouble finally have an end...</description>
		<content:encoded><![CDATA[<p>embedAsCFF=”false” &#8211; that helped a lot, thanks! 4 hours of trouble finally have an end&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nail84</title>
		<link>http://philperon.com/2009/09/03/embedding-fonts-using-flash-builder-4/comment-page-1/#comment-191</link>
		<dc:creator>nail84</dc:creator>
		<pubDate>Thu, 06 May 2010 18:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://philperon.com/?p=519#comment-191</guid>
		<description>I didn&#039;t see any letters, until I set embedAsCFF=&quot;false&quot;. Maybe this could help someone.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t see any letters, until I set embedAsCFF=&#8221;false&#8221;. Maybe this could help someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alison</title>
		<link>http://philperon.com/2009/09/03/embedding-fonts-using-flash-builder-4/comment-page-1/#comment-160</link>
		<dc:creator>Alison</dc:creator>
		<pubDate>Tue, 30 Mar 2010 14:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://philperon.com/?p=519#comment-160</guid>
		<description>Hi - I was wondering does this work with Flex Builder 3 with flex 4.0.0.14159 sdk. I downloaded this version and added it to my sdks folder in FlexBuilder 3. 

I ensured that Flex was pointing to it and the player was set to 10 0 0. I also checked textlayout.swc, framework.swc etc was included in library path in Flex.

 
I then tried to build my project which makes use of font embedding - I noticed that on some forums people mentioned to change cff=&quot;true&quot; to embedAsCFF=&quot;true&quot; which I did which got rid of one error. However I keep getting a Verify Error:FontAsset not found. Even though this class resides in these included swcs. I tried the beta release downloads also and they dont work either. 

The last version I had of the sdk was 4.0.0 build 7219 and it worked fine. Has something else changed regarding font embedding or is there a bug with these new releases and Flash Builder 3???

 

[

 

Embed( source=&quot;D:/deployment/applications/fontbuilder/fonts/arial bold.ttf&quot;,
fontWeight=


&quot;bold&quot;,
fontFamily=


&quot;ArialCFF&quot;,
mimeType=


&quot;application/x-font&quot;,
unicodeRange=


&quot;U+0030-U+0039,U+0009,U+000A,U+000D,U+0020-U+0023,U+0025-U+002F,U+003A-U+0040,U+ 005B-U+0060,U+007B-U+007E,U+00A9,U+0024,U+00A2,U+00A3,U+20AC,U+0041-U+005A,U+006 1-U+007A,U+00A0-U+00FF,U+0100-U+017F,U+0180-U+024F,U+0391-U+03CE&quot;,
 

embedAsCFF=&quot;true&quot; /*needed for latest SDK */


 
 

)]</description>
		<content:encoded><![CDATA[<p>Hi &#8211; I was wondering does this work with Flex Builder 3 with flex 4.0.0.14159 sdk. I downloaded this version and added it to my sdks folder in FlexBuilder 3. </p>
<p>I ensured that Flex was pointing to it and the player was set to 10 0 0. I also checked textlayout.swc, framework.swc etc was included in library path in Flex.</p>
<p>I then tried to build my project which makes use of font embedding &#8211; I noticed that on some forums people mentioned to change cff=&#8221;true&#8221; to embedAsCFF=&#8221;true&#8221; which I did which got rid of one error. However I keep getting a Verify Error:FontAsset not found. Even though this class resides in these included swcs. I tried the beta release downloads also and they dont work either. </p>
<p>The last version I had of the sdk was 4.0.0 build 7219 and it worked fine. Has something else changed regarding font embedding or is there a bug with these new releases and Flash Builder 3???</p>
<p>[</p>
<p>Embed( source="D:/deployment/applications/fontbuilder/fonts/arial bold.ttf",<br />
fontWeight=</p>
<p>"bold",<br />
fontFamily=</p>
<p>"ArialCFF",<br />
mimeType=</p>
<p>"application/x-font",<br />
unicodeRange=</p>
<p>"U+0030-U+0039,U+0009,U+000A,U+000D,U+0020-U+0023,U+0025-U+002F,U+003A-U+0040,U+ 005B-U+0060,U+007B-U+007E,U+00A9,U+0024,U+00A2,U+00A3,U+20AC,U+0041-U+005A,U+006 1-U+007A,U+00A0-U+00FF,U+0100-U+017F,U+0180-U+024F,U+0391-U+03CE",</p>
<p>embedAsCFF="true" /*needed for latest SDK */</p>
<p>)]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Alexandru Bîrsan</title>
		<link>http://philperon.com/2009/09/03/embedding-fonts-using-flash-builder-4/comment-page-1/#comment-151</link>
		<dc:creator>Mihai Alexandru Bîrsan</dc:creator>
		<pubDate>Tue, 16 Mar 2010 14:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://philperon.com/?p=519#comment-151</guid>
		<description>Thank you! This worked wonders!</description>
		<content:encoded><![CDATA[<p>Thank you! This worked wonders!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://philperon.com/2009/09/03/embedding-fonts-using-flash-builder-4/comment-page-1/#comment-147</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 08 Feb 2010 20:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://philperon.com/?p=519#comment-147</guid>
		<description>Thanks for posting this, a whole day of frustration solved.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this, a whole day of frustration solved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://philperon.com/2009/09/03/embedding-fonts-using-flash-builder-4/comment-page-1/#comment-115</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 11 Sep 2009 03:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://philperon.com/?p=519#comment-115</guid>
		<description>And thank you for reminding me that I should be posting comments in the livedocs instead of shouting into the void.</description>
		<content:encoded><![CDATA[<p>And thank you for reminding me that I should be posting comments in the livedocs instead of shouting into the void.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Horn</title>
		<link>http://philperon.com/2009/09/03/embedding-fonts-using-flash-builder-4/comment-page-1/#comment-113</link>
		<dc:creator>Matthew Horn</dc:creator>
		<pubDate>Thu, 10 Sep 2009 20:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://philperon.com/?p=519#comment-113</guid>
		<description>Thanks for the follow up on this, Phil. I just now read your previous post on the subject of ant and fonts, and have added it to my &quot;to do&quot; list for Flex 4. I also added a link to your blog from the livedocs page that you referenced, so hopefully other users will not have to go through the same problems. 

Matthew Horn
Flex docs</description>
		<content:encoded><![CDATA[<p>Thanks for the follow up on this, Phil. I just now read your previous post on the subject of ant and fonts, and have added it to my &#8220;to do&#8221; list for Flex 4. I also added a link to your blog from the livedocs page that you referenced, so hopefully other users will not have to go through the same problems. </p>
<p>Matthew Horn<br />
Flex docs</p>
]]></content:encoded>
	</item>
</channel>
</rss>
