<?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>Karoshi Ethos &#187; Kerning</title>
	<atom:link href="http://karoshiethos.com/tag/kerning/feed/" rel="self" type="application/rss+xml" />
	<link>http://karoshiethos.com</link>
	<description>Navigating the treacherous waters of interactive technology</description>
	<lastBuildDate>Mon, 09 Aug 2010 15:23:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mangled Kerning in Flash HTML Text</title>
		<link>http://karoshiethos.com/2008/07/26/mangled-kerning-in-flash-html-text/</link>
		<comments>http://karoshiethos.com/2008/07/26/mangled-kerning-in-flash-html-text/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 16:20:10 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Things that are broken]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Kerning]]></category>
		<category><![CDATA[TextFields]]></category>

		<guid isPermaLink="false">http://karoshiethos.com/?p=30</guid>
		<description><![CDATA[Work long enough with Flash and dynamic textfields, and you'll probably run into this one—words that appear to have an extra and/or missing space preceding or following them, often when a link is introduced via the &#60;A&#62; tag. It doesn't happen with every font (I was using Helvetica Condensed—other condensed fonts seemed faulty as well), [...]]]></description>
			<content:encoded><![CDATA[<p>Work long enough with Flash and dynamic textfields, and you'll probably run into this one—words that appear to have an extra and/or missing space preceding or following them, often when a link is introduced via the &lt;A&gt; tag. It doesn't happen with every font (I was using Helvetica Condensed—other condensed fonts seemed faulty as well), it doesn't happen with every link (certain letter combinations have a high degree of reproducability, others no problem).</p>
<p>I spent half a day narrowing it down. Since my text was originating from XML, it first masqueraded as some sort of entity or character encoding problem. I messed with TextFormat and StyleSheet (mutually exclusive by-the-way). A later wild goose test-case showed that flipping the autosize flag off made the issue disappear. Fine, but I <strong>need</strong> autosizing.</p>
<p>When <a href="http://www.smashingideas.com" target="_blank">Andreas Heim</a> pointed out the solution, I remembered I'd run into this before: "Do you happen to be using 'Anti-alias for readability?'" Sure enough, flip it to "Anti-alias for animation" and all's well with the world.</p>
<p>I can only hope that the Flash 10 player addresses this bug. With all the work that's gone into its type rendering features in this revision, I'd certainly assume so. I'll post some test cases / screenshots in the next update.</p>
<p><a href="http://karoshiethos.com/wp-content/uploads/2008/08/mangledkerning.zip">Download example FLA &amp; SWF</a></p>
<p><em>Update</em>: Screenshot of effected swf. Verified <strong>broken </strong>in Flash 10 beta player. <img src='http://karoshiethos.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><img src="http://karoshiethos.com/wp-content/uploads/2008/08/textfield_link_test_v2.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://karoshiethos.com/2008/07/26/mangled-kerning-in-flash-html-text/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
