<?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: Getting Through Black Magic: Font Embedding</title>
	<atom:link href="http://www.unitedmindset.com/jonbcampos/2009/11/24/getting-through-black-magic-font-embedding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unitedmindset.com/jonbcampos/2009/11/24/getting-through-black-magic-font-embedding/</link>
	<description>Blog on technology and software development typically around Adobe Flash, Flex, and AIR.</description>
	<lastBuildDate>Wed, 25 Jan 2012 11:21:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Optimization Techniques for Air for Android apps &#124; The World In A State of Flex</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/11/24/getting-through-black-magic-font-embedding/#comment-299</link>
		<dc:creator>Optimization Techniques for Air for Android apps &#124; The World In A State of Flex</dc:creator>
		<pubDate>Wed, 08 Sep 2010 14:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1022#comment-299</guid>
		<description>[...] designer that has to have the fonts his way? Embed your fonts for the fastest rendering and follow best practices to limit the glyphs that you include with your embed.  You can find out what fonts your Android system has in the /system/fonts [...]</description>
		<content:encoded><![CDATA[<p>[...] designer that has to have the fonts his way? Embed your fonts for the fastest rendering and follow best practices to limit the glyphs that you include with your embed.  You can find out what fonts your Android system has in the /system/fonts [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Campos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/11/24/getting-through-black-magic-font-embedding/#comment-298</link>
		<dc:creator>Jonathan Campos</dc:creator>
		<pubDate>Fri, 04 Dec 2009 21:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1022#comment-298</guid>
		<description>Watching now. Whenever you see something weird, especially in Fx4 just make sure to log it and log it well so that it can be fixed by release.</description>
		<content:encoded><![CDATA[<p>Watching now. Whenever you see something weird, especially in Fx4 just make sure to log it and log it well so that it can be fixed by release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/11/24/getting-through-black-magic-font-embedding/#comment-297</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 04 Dec 2009 21:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1022#comment-297</guid>
		<description>They now acknowledge this as a bug in the SDK. I have been asked to log it, if you&#039;re interested in watching the progress:
https://bugs.adobe.com/jira/browse/SDK-24555

Thanks for your help!
-Patrick</description>
		<content:encoded><![CDATA[<p>They now acknowledge this as a bug in the SDK. I have been asked to log it, if you&#8217;re interested in watching the progress:<br />
<a href="https://bugs.adobe.com/jira/browse/SDK-24555" rel="nofollow">https://bugs.adobe.com/jira/browse/SDK-24555</a></p>
<p>Thanks for your help!<br />
-Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Campos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/11/24/getting-through-black-magic-font-embedding/#comment-296</link>
		<dc:creator>Jonathan Campos</dc:creator>
		<pubDate>Fri, 04 Dec 2009 21:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1022#comment-296</guid>
		<description>Yes, I&#039;ll check it out. Sadly dealing with fonts does seem to be overly complicated.</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;ll check it out. Sadly dealing with fonts does seem to be overly complicated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/11/24/getting-through-black-magic-font-embedding/#comment-295</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 04 Dec 2009 20:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1022#comment-295</guid>
		<description>The exact same SC had been working for months built with 3.4 SDK. I did check the Assets tab to ensure the fonts were included. I know FB is seeing them as the error changes from &quot;Unable to resolve for transcoding&quot; as opposed to &quot;unable to read transcoding source&quot; when the file is there and added to the library as an asset.

Oddly, this same thing works for me using the Fx 4 SDK at the command line, building the SWC with compc with include directives for the CSS and fonts.

There is a zip file with some test projects in the aforementioned Adobe forum post if you&#039;re interested in giving it a try in your FB4 environment.

I can&#039;t believe something so simple is causing so much trouble!

Cheers,
-Patrick</description>
		<content:encoded><![CDATA[<p>The exact same SC had been working for months built with 3.4 SDK. I did check the Assets tab to ensure the fonts were included. I know FB is seeing them as the error changes from &#8220;Unable to resolve for transcoding&#8221; as opposed to &#8220;unable to read transcoding source&#8221; when the file is there and added to the library as an asset.</p>
<p>Oddly, this same thing works for me using the Fx 4 SDK at the command line, building the SWC with compc with include directives for the CSS and fonts.</p>
<p>There is a zip file with some test projects in the aforementioned Adobe forum post if you&#8217;re interested in giving it a try in your FB4 environment.</p>
<p>I can&#8217;t believe something so simple is causing so much trouble!</p>
<p>Cheers,<br />
-Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Campos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/11/24/getting-through-black-magic-font-embedding/#comment-294</link>
		<dc:creator>Jonathan Campos</dc:creator>
		<pubDate>Fri, 04 Dec 2009 20:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1022#comment-294</guid>
		<description>I haven&#039;t tried putting fonts into swcs via css. Usually I create a new css for each app since that will be unique to the app. Have you made sure that your font files are included the swc as an embedded asset?</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried putting fonts into swcs via css. Usually I create a new css for each app since that will be unique to the app. Have you made sure that your font files are included the swc as an embedded asset?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/11/24/getting-through-black-magic-font-embedding/#comment-293</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 04 Dec 2009 20:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1022#comment-293</guid>
		<description>Jonathan, have you been able to do this with the Flex 4 SDK? I have a SWC which used a defaults.css file to set up styling and font embedding for some custom components. When I use Flex 4 SDK and attempt to pull that SWC into another application, the fonts cannot be transcoded. I had to put the files in the final application in order to get it to build.

This exact thing worked perfectly in Flex 3 SDK!

No replies yet on the Adobe forum either: http://forums.adobe.com/thread/534070?tstart=0

Have you run into this, or have you been able to use CSS in SWC&#039;s to embed fonts?

Thanks!
Patrick</description>
		<content:encoded><![CDATA[<p>Jonathan, have you been able to do this with the Flex 4 SDK? I have a SWC which used a defaults.css file to set up styling and font embedding for some custom components. When I use Flex 4 SDK and attempt to pull that SWC into another application, the fonts cannot be transcoded. I had to put the files in the final application in order to get it to build.</p>
<p>This exact thing worked perfectly in Flex 3 SDK!</p>
<p>No replies yet on the Adobe forum either: <a href="http://forums.adobe.com/thread/534070?tstart=0" rel="nofollow">http://forums.adobe.com/thread/534070?tstart=0</a></p>
<p>Have you run into this, or have you been able to use CSS in SWC&#8217;s to embed fonts?</p>
<p>Thanks!<br />
Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Campos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/11/24/getting-through-black-magic-font-embedding/#comment-292</link>
		<dc:creator>Jonathan Campos</dc:creator>
		<pubDate>Tue, 24 Nov 2009 17:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1022#comment-292</guid>
		<description>Though explorers just show one the actual files are split into each different type. Check out your actual Font folder and you&#039;ll see what I mean. Some fonts have a dozen some odd styles including all the different weights and condensed and whatnot.</description>
		<content:encoded><![CDATA[<p>Though explorers just show one the actual files are split into each different type. Check out your actual Font folder and you&#8217;ll see what I mean. Some fonts have a dozen some odd styles including all the different weights and condensed and whatnot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/11/24/getting-through-black-magic-font-embedding/#comment-291</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Tue, 24 Nov 2009 17:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1022#comment-291</guid>
		<description>So you have to have 4 separate versions of the Verdana font - one for each style and weight combination? Last time I checked the standard Verdana font came as a single TTF file. How do you break it out into separate normal, bold, italic, and italic bold versions?</description>
		<content:encoded><![CDATA[<p>So you have to have 4 separate versions of the Verdana font &#8211; one for each style and weight combination? Last time I checked the standard Verdana font came as a single TTF file. How do you break it out into separate normal, bold, italic, and italic bold versions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

