<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: TextFormat.getTextExtent() is All Right in My Book</title>
	<link>http://www.quip.net/blog/2006/flash/actionscript-20/textformat-gettextextent-is-all-right</link>
	<description>Luck is the residue of good design.</description>
	<pubDate>Tue, 06 Jan 2009 02:04:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2006/flash/actionscript-20/textformat-gettextextent-is-all-right#comment-72974</link>
		<pubDate>Tue, 14 Aug 2007 19:43:39 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/actionscript-20/textformat-gettextextent-is-all-right#comment-72974</guid>
					<description>Rothrock,

Haha, thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Rothrock,</p>
<p>Haha, thanks for the tip!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rothrock</title>
		<link>http://www.quip.net/blog/2006/flash/actionscript-20/textformat-gettextextent-is-all-right#comment-71918</link>
		<pubDate>Fri, 10 Aug 2007 23:36:01 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/actionscript-20/textformat-gettextextent-is-all-right#comment-71918</guid>
					<description>I've always been a big fan of getTextExtent() as was quite alarmed when it was &quot;depreciated.&quot;

But recently, I've found it to be unreliable. I'm using an embedded font, but it makes a difference if the font is active/available on the host computer or not. For example, the word &quot;QUACKING&quot; is reported as being 76 pixels wide if the font is available, but 62 if it isn't.

In both cases the embedded font renders properly. And I measured the dimensions with photoshop and they are both the correct 76 pixels wide.

I'm reporting this to Adobe, but David &quot;Seething Cauldron&quot; Stiller's blog was one of the top google hits as I was trying to do more research!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always been a big fan of getTextExtent() as was quite alarmed when it was &#8220;depreciated.&#8221;</p>
<p>But recently, I&#8217;ve found it to be unreliable. I&#8217;m using an embedded font, but it makes a difference if the font is active/available on the host computer or not. For example, the word &#8220;QUACKING&#8221; is reported as being 76 pixels wide if the font is available, but 62 if it isn&#8217;t.</p>
<p>In both cases the embedded font renders properly. And I measured the dimensions with photoshop and they are both the correct 76 pixels wide.</p>
<p>I&#8217;m reporting this to Adobe, but David &#8220;Seething Cauldron&#8221; Stiller&#8217;s blog was one of the top google hits as I was trying to do more research!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Paul Cripps</title>
		<link>http://www.quip.net/blog/2006/flash/actionscript-20/textformat-gettextextent-is-all-right#comment-8344</link>
		<pubDate>Fri, 15 Dec 2006 16:20:03 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/actionscript-20/textformat-gettextextent-is-all-right#comment-8344</guid>
					<description>Macromedia!! Nice... great functionality, hopefully it will stay in the future too.</description>
		<content:encoded><![CDATA[<p>Macromedia!! Nice&#8230; great functionality, hopefully it will stay in the future too.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Davel_x</title>
		<link>http://www.quip.net/blog/2006/flash/actionscript-20/textformat-gettextextent-is-all-right#comment-1462</link>
		<pubDate>Mon, 31 Jul 2006 18:36:07 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/actionscript-20/textformat-gettextextent-is-all-right#comment-1462</guid>
					<description>I thought it would be quite ‘ugly’ to test  if a text fits in an area by adding small parts of the text.  :)
It will be using this tip soon, thank you !!</description>
		<content:encoded><![CDATA[<p>I thought it would be quite ‘ugly’ to test  if a text fits in an area by adding small parts of the text.  <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
It will be using this tip soon, thank you !!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2006/flash/actionscript-20/textformat-gettextextent-is-all-right#comment-1439</link>
		<pubDate>Sun, 30 Jul 2006 19:43:00 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/actionscript-20/textformat-gettextextent-is-all-right#comment-1439</guid>
					<description>According to the docs, &lt;code&gt;TextFormat.getTextExtent()&lt;/code&gt; returns &quot;An object with the properties width, height, ascent, descent, textFieldHeight, textFieldWidth.&quot;  It's pretty informative!  :)</description>
		<content:encoded><![CDATA[<p>According to the docs, <code>TextFormat.getTextExtent()</code> returns &#8220;An object with the properties width, height, ascent, descent, textFieldHeight, textFieldWidth.&#8221;  It&#8217;s pretty informative!  <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Davel_x</title>
		<link>http://www.quip.net/blog/2006/flash/actionscript-20/textformat-gettextextent-is-all-right#comment-1437</link>
		<pubDate>Sun, 30 Jul 2006 19:14:27 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/actionscript-20/textformat-gettextextent-is-all-right#comment-1437</guid>
					<description>Does it also work for the height of a textField ? This would be very useful :)</description>
		<content:encoded><![CDATA[<p>Does it also work for the height of a textField ? This would be very useful <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
