<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Marijn Speelman &#187; AIR</title>
	<atom:link href="http://www.marijnspeelman.nl/blog/category/air/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marijnspeelman.nl/blog</link>
	<description></description>
	<lastBuildDate>Wed, 15 Oct 2008 23:25:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AS3 font anti-aliasing in AIR and browser</title>
		<link>http://www.marijnspeelman.nl/blog/2007/08/03/as3-font-anti-aliasing-in-air-and-browser/</link>
		<comments>http://www.marijnspeelman.nl/blog/2007/08/03/as3-font-anti-aliasing-in-air-and-browser/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 12:48:47 +0000</pubDate>
		<dc:creator>Marijn</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>

		<guid isPermaLink="false">http://www.marijnspeelman.nl/blog/2007/08/03/as3-font-anti-aliasing-in-air-and-browser/</guid>
		<description><![CDATA[First of all, I&#8217;m a noob on fonts in AS3. Just posting some differences between AIR (Adobe Integrated Runtime) and the browser I noticed while developing.
Font anti-aliasing is done automatically in the browser when you don&#8217;t add any effects to it like a GlowFilter.  When running AIR the font is not anti-aliased:
Verdana, Not embedded, [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, I&#8217;m a noob on fonts in AS3. Just posting some differences between AIR (Adobe Integrated Runtime) and the browser I noticed while developing.</p>
<p>Font anti-aliasing is done automatically in the browser when you don&#8217;t add any effects to it like a GlowFilter.  When running AIR the font is not anti-aliased:</p>
<p><strong>Verdana, Not embedded, Browser</strong><br />
<img src="http://www.marijnspeelman.nl/blog/downloads/imagequality-browser.jpg" alt="Font quality Browser" /></p>
<p><strong>Verdana, Not embedded, AIR</strong><br />
<img src="http://www.marijnspeelman.nl/blog/downloads/imagequality-air.jpg" alt="Font quality AIR" /></p>
<p>If you want to do effects like alpha and rotation on fonts, you have to embed them into your SWF. This also results in anti-aliasing when you run your application as AIR file:</p>
<p><strong>Verdana, Embedded, Browser</strong><br />
<img src="http://www.marijnspeelman.nl/blog/downloads/imagequality-browser-embed.jpg" alt="Font quality Browser (embedded font)" /></p>
<p><strong>Verdana, Embedded, AIR</strong><br />
<img src="http://www.marijnspeelman.nl/blog/downloads/imagequality-air-embed.jpg" alt="Font quality AIR (embedded font)" /></p>
<p>Though the strange thing is the 0 (zero) and o (O) are missing a bit on the top right.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marijnspeelman.nl/blog/2007/08/03/as3-font-anti-aliasing-in-air-and-browser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

