<?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: Dynamic font loading in AS3</title>
	<atom:link href="http://blog.tripleaxis.com/index.php/archives/182/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.tripleaxis.com/index.php/archives/182</link>
	<description>Personal portfolio and blog of Kim Holland - a London-based freelance Interactive Developer.</description>
	<lastBuildDate>Wed, 08 Dec 2010 11:42:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Gropriava</title>
		<link>http://blog.tripleaxis.com/index.php/archives/182/comment-page-1#comment-47518</link>
		<dc:creator>Gropriava</dc:creator>
		<pubDate>Sat, 12 Dec 2009 05:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tripleaxis.com/blog/?p=182#comment-47518</guid>
		<description>Excellent article, good looking blog, added it to my favs!</description>
		<content:encoded><![CDATA[<p>Excellent article, good looking blog, added it to my favs!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://blog.tripleaxis.com/index.php/archives/182/comment-page-1#comment-45749</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 28 May 2009 09:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tripleaxis.com/blog/?p=182#comment-45749</guid>
		<description>I chose exactly which character glyphs to compile into my swf by deleting all the unnecessary ones from the TrueType font file using http://www.high-logic.com/fontcreator.html.  It cut the swf file size in half.

Another tip, Flash Optimizer http://www.flashoptimizer.com/ works really well with an embedded font, reducing its size by about 30%. This may make it worth the $99 price tag.

Hope this info helps someone!</description>
		<content:encoded><![CDATA[<p>I chose exactly which character glyphs to compile into my swf by deleting all the unnecessary ones from the TrueType font file using <a href="http://www.high-logic.com/fontcreator.html" rel="nofollow">http://www.high-logic.com/fontcreator.html</a>.  It cut the swf file size in half.</p>
<p>Another tip, Flash Optimizer <a href="http://www.flashoptimizer.com/" rel="nofollow">http://www.flashoptimizer.com/</a> works really well with an embedded font, reducing its size by about 30%. This may make it worth the $99 price tag.</p>
<p>Hope this info helps someone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://blog.tripleaxis.com/index.php/archives/182/comment-page-1#comment-45718</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Tue, 26 May 2009 09:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tripleaxis.com/blog/?p=182#comment-45718</guid>
		<description>@AWAIS - Not entirely sure it&#039;s possible to just load and parse the .ttf (although it really should be) but if you load the .ttf you would have to load the entire font, whereas embedding it into the SWF at compile time gives you the option to specify a unicode range.

I suppose in these days of Broadband, it&#039;s not a huge overhead to load the entire font, but I still think it&#039;s wise to keep sizes of external assets to a minimum where possible for the sake of user experience.</description>
		<content:encoded><![CDATA[<p>@AWAIS &#8211; Not entirely sure it&#8217;s possible to just load and parse the .ttf (although it really should be) but if you load the .ttf you would have to load the entire font, whereas embedding it into the SWF at compile time gives you the option to specify a unicode range.</p>
<p>I suppose in these days of Broadband, it&#8217;s not a huge overhead to load the entire font, but I still think it&#8217;s wise to keep sizes of external assets to a minimum where possible for the sake of user experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Awais</title>
		<link>http://blog.tripleaxis.com/index.php/archives/182/comment-page-1#comment-45038</link>
		<dc:creator>Awais</dc:creator>
		<pubDate>Fri, 10 Apr 2009 12:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tripleaxis.com/blog/?p=182#comment-45038</guid>
		<description>I am little confused to choose a better method from loading embeded fonts swfs at runtime from xml(font-manager thing) or loading .ttf and its unicode range and embeding it directly</description>
		<content:encoded><![CDATA[<p>I am little confused to choose a better method from loading embeded fonts swfs at runtime from xml(font-manager thing) or loading .ttf and its unicode range and embeding it directly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://blog.tripleaxis.com/index.php/archives/182/comment-page-1#comment-44684</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Tue, 24 Mar 2009 18:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tripleaxis.com/blog/?p=182#comment-44684</guid>
		<description>It would be great if you could publish a very simple tutorial with code.</description>
		<content:encoded><![CDATA[<p>It would be great if you could publish a very simple tutorial with code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob dobbalina</title>
		<link>http://blog.tripleaxis.com/index.php/archives/182/comment-page-1#comment-41713</link>
		<dc:creator>bob dobbalina</dc:creator>
		<pubDate>Sun, 23 Nov 2008 00:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tripleaxis.com/blog/?p=182#comment-41713</guid>
		<description>This is exactly what I&#039;m looking for. I went through the links you have included, but I&#039;m still struggling to make this work. Is there anyway that you could possibly share you source files? It would be greatly appreciated!</description>
		<content:encoded><![CDATA[<p>This is exactly what I&#8217;m looking for. I went through the links you have included, but I&#8217;m still struggling to make this work. Is there anyway that you could possibly share you source files? It would be greatly appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

