<?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: Loading embedded fonts on-demand using the uiFonts manager</title>
	<atom:link href="http://www.ghostwire.com/blog/archives/loading-embedded-fonts-on-demand-using-the-uifonts-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghostwire.com/blog/archives/loading-embedded-fonts-on-demand-using-the-uifonts-manager/</link>
	<description>Flash UI Components</description>
	<lastBuildDate>Fri, 02 Jul 2010 11:44:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sunny</title>
		<link>http://www.ghostwire.com/blog/archives/loading-embedded-fonts-on-demand-using-the-uifonts-manager/comment-page-1/#comment-337</link>
		<dc:creator>sunny</dc:creator>
		<pubDate>Fri, 17 Apr 2009 06:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://ghostwire.com/blog/?p=49#comment-337</guid>
		<description>Yes, the uiFonts manager will work just as well with font swfs compiled using the Flex compiler, ie using the [Embed] metatag. In fact, that is the only way (that I know of) should you want to specify unicodeRange.

I should probably post another entry on how the AS3 class used to compile a font swf would look like. Thanks!

Update:
http://ghostwire.com/blog/archives/compiling-embedded-font-swfs-with-the-flex-compiler-for-use-with-the-uifonts-manager/
</description>
		<content:encoded><![CDATA[<p>Yes, the uiFonts manager will work just as well with font swfs compiled using the Flex compiler, ie using the [Embed] metatag. In fact, that is the only way (that I know of) should you want to specify unicodeRange.</p>
<p>I should probably post another entry on how the AS3 class used to compile a font swf would look like. Thanks!</p>
<p>Update:<br />
<a href="http://ghostwire.com/blog/archives/compiling-embedded-font-swfs-with-the-flex-compiler-for-use-with-the-uifonts-manager/" rel="nofollow">http://ghostwire.com/blog/archives/compiling-embedded-font-swfs-with-the-flex-compiler-for-use-with-the-uifonts-manager/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frode Hanssen</title>
		<link>http://www.ghostwire.com/blog/archives/loading-embedded-fonts-on-demand-using-the-uifonts-manager/comment-page-1/#comment-336</link>
		<dc:creator>Frode Hanssen</dc:creator>
		<pubDate>Fri, 17 Apr 2009 05:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://ghostwire.com/blog/?p=49#comment-336</guid>
		<description>@mems

Embedding fonts from Flex like Lee Brimelow (&lt;a href=&quot;http://gotoandlearn.com/play?id=102&quot; rel=&quot;nofollow&quot;&gt;http://gotoandlearn.com/play?id=102&lt;/a&gt;) is very nice, I just noticed a very important thing: Remember to add space if you are picking out separate Glyphs. If not the glyphs will space out very strange if you select them or apply bold / italics. Whistespace is a glyph too even if it is not visible. Sorry if this post was a bit offtopic.

@Sunny

Brilliant components!
Does the font manager support the Flex way of embedding them as well using the metaData tag ?

-F</description>
		<content:encoded><![CDATA[<p>@mems</p>
<p>Embedding fonts from Flex like Lee Brimelow (<a href="http://gotoandlearn.com/play?id=102" rel="nofollow">http://gotoandlearn.com/play?id=102</a>) is very nice, I just noticed a very important thing: Remember to add space if you are picking out separate Glyphs. If not the glyphs will space out very strange if you select them or apply bold / italics. Whistespace is a glyph too even if it is not visible. Sorry if this post was a bit offtopic.</p>
<p>@Sunny</p>
<p>Brilliant components!<br />
Does the font manager support the Flex way of embedding them as well using the metaData tag ?</p>
<p>-F</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunny</title>
		<link>http://www.ghostwire.com/blog/archives/loading-embedded-fonts-on-demand-using-the-uifonts-manager/comment-page-1/#comment-332</link>
		<dc:creator>sunny</dc:creator>
		<pubDate>Fri, 10 Apr 2009 15:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://ghostwire.com/blog/?p=49#comment-332</guid>
		<description>@Rick, thanks - those are very valid points you raised. I have updated the uiFonts documentation page to include a reminder that says &quot;Before compiling fonts into SWF files, read the font EULA to see if permission to do so has been granted. If in doubt, contact the font vendor for advice before proceeding.&quot;

Come to think of it, Adobe should probably do it in its documentation too! :)</description>
		<content:encoded><![CDATA[<p>@Rick, thanks &#8211; those are very valid points you raised. I have updated the uiFonts documentation page to include a reminder that says &#8220;Before compiling fonts into SWF files, read the font EULA to see if permission to do so has been granted. If in doubt, contact the font vendor for advice before proceeding.&#8221;</p>
<p>Come to think of it, Adobe should probably do it in its documentation too! <img src='http://www.ghostwire.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mem's</title>
		<link>http://www.ghostwire.com/blog/archives/loading-embedded-fonts-on-demand-using-the-uifonts-manager/comment-page-1/#comment-331</link>
		<dc:creator>Mem's</dc:creator>
		<pubDate>Fri, 10 Apr 2009 08:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://ghostwire.com/blog/?p=49#comment-331</guid>
		<description>I&#039;m working on similar system. The main problem in loading embeded font in external SWF is the huge size when need CJK glyphs. But i found a solution : streaming font for load on demand needed glyphs.
My post about this, but in French yet, sorry:
http://memmie.lenglet.name/?p=33
Direct link to demo:
http://memmie.lenglet.name/documents/lab/fontstream/waterfall_demo.html</description>
		<content:encoded><![CDATA[<p>I&#8217;m working on similar system. The main problem in loading embeded font in external SWF is the huge size when need CJK glyphs. But i found a solution : streaming font for load on demand needed glyphs.<br />
My post about this, but in French yet, sorry:<br />
<a href="http://memmie.lenglet.name/?p=33" rel="nofollow">http://memmie.lenglet.name/?p=33</a><br />
Direct link to demo:<br />
<a href="http://memmie.lenglet.name/documents/lab/fontstream/waterfall_demo.html" rel="nofollow">http://memmie.lenglet.name/documents/lab/fontstream/waterfall_demo.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Winscot</title>
		<link>http://www.ghostwire.com/blog/archives/loading-embedded-fonts-on-demand-using-the-uifonts-manager/comment-page-1/#comment-330</link>
		<dc:creator>Rick Winscot</dc:creator>
		<pubDate>Thu, 09 Apr 2009 21:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://ghostwire.com/blog/?p=49#comment-330</guid>
		<description>Embedding fonts in Flex is an attractive feature... but can be a dangerous one from a legal perspective if you haven&#039;t done some homework. Most fonts installed on your computer, included with your OS, purchased from vendors, and etc are licensed to you and only you for the purpose of creating &#039;derivative&#039; works... e.g. creating business cards, a poster, t-shirts, graphics for a website and are not intended for redistribution with a software application.

There are many free fonts on the web - but keep in mind that ignorance is no defense if the &#039;free&#039; font you downloaded turns out to be owned by someone else. Due diligence is always required. It&#039;s always a good idea to get permission in writing where your intended purpose is disclosed in full with verbiage that establishes authorship.

Great post by the way!</description>
		<content:encoded><![CDATA[<p>Embedding fonts in Flex is an attractive feature&#8230; but can be a dangerous one from a legal perspective if you haven&#8217;t done some homework. Most fonts installed on your computer, included with your OS, purchased from vendors, and etc are licensed to you and only you for the purpose of creating &#8216;derivative&#8217; works&#8230; e.g. creating business cards, a poster, t-shirts, graphics for a website and are not intended for redistribution with a software application.</p>
<p>There are many free fonts on the web &#8211; but keep in mind that ignorance is no defense if the &#8216;free&#8217; font you downloaded turns out to be owned by someone else. Due diligence is always required. It&#8217;s always a good idea to get permission in writing where your intended purpose is disclosed in full with verbiage that establishes authorship.</p>
<p>Great post by the way!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
