

<?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: How to use Font Symbols (Embedded Fonts) with ActionScript</title>
	<atom:link href="http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript</link>
	<description>Luck is the residue of good design.</description>
	<lastBuildDate>Tue, 20 Mar 2012 15:33:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David Stiller</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-258403</link>
		<dc:creator>David Stiller</dc:creator>
		<pubDate>Fri, 29 Aug 2008 14:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-258403</guid>
		<description>&lt;strong&gt;To Killian ...&lt;/strong&gt;

&lt;blockquote&gt;Is there a reason that specifying TextFieldType.INPUT will not work when using the stylesheet method?&lt;/blockquote&gt;

I can only conjecture, I&#039;m afraid, and my hunch is that input fields simply don&#039;t or can&#039;t accept HTML text.  But at least the &lt;code&gt;TextFormat&lt;/code&gt; class still works with user input!

&lt;strong&gt;To Artur ...&lt;/strong&gt;

&lt;blockquote&gt;In your first paragraph in this topic you state that Flash automatically embeds fonts in static text fields. The reason I’d want to embed my fonts is to make sure that they show up correctly on computers that do not have the fonts installed, correct?&lt;/blockquote&gt;

That&#039;s it, exactly.  :)

&lt;blockquote&gt;So, what if I use static text and the user’s computer does not have the font installed? Flash says that there is no need to embed static text, however if I don’t, won’t Flash use a substitute font on that user’s computer?&lt;/blockquote&gt;

The reason you don&#039;t have to embed fonts for static text fields is becasue Flash automatically embeds their outlines for you.  Flash does that because it knows exactly what character outlines to include &#8212; because the text is static (it doesn&#039;t change) &#8212; but dynamic and input text fields require embedded fonts because Flash doesn&#039;t know which character outlines to include:  in those cases, the character choice is up to ActionScript or user input.</description>
		<content:encoded><![CDATA[<p><strong>To Killian &#8230;</strong></p>
<blockquote><p>Is there a reason that specifying TextFieldType.INPUT will not work when using the stylesheet method?</p></blockquote>
<p>I can only conjecture, I&#8217;m afraid, and my hunch is that input fields simply don&#8217;t or can&#8217;t accept HTML text.  But at least the <code>TextFormat</code> class still works with user input!</p>
<p><strong>To Artur &#8230;</strong></p>
<blockquote><p>In your first paragraph in this topic you state that Flash automatically embeds fonts in static text fields. The reason I’d want to embed my fonts is to make sure that they show up correctly on computers that do not have the fonts installed, correct?</p></blockquote>
<p>That&#8217;s it, exactly.  <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote><p>So, what if I use static text and the user’s computer does not have the font installed? Flash says that there is no need to embed static text, however if I don’t, won’t Flash use a substitute font on that user’s computer?</p></blockquote>
<p>The reason you don&#8217;t have to embed fonts for static text fields is becasue Flash automatically embeds their outlines for you.  Flash does that because it knows exactly what character outlines to include &mdash; because the text is static (it doesn&#8217;t change) &mdash; but dynamic and input text fields require embedded fonts because Flash doesn&#8217;t know which character outlines to include:  in those cases, the character choice is up to ActionScript or user input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artur Trzebunia</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-258034</link>
		<dc:creator>Artur Trzebunia</dc:creator>
		<pubDate>Thu, 28 Aug 2008 20:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-258034</guid>
		<description>This is an additional comment to my previous comment on embedding fonts in Flash.

I found this info in the Flash help file that I find a bit confusing:

When you embed fonts, Flash stores all of the font information in the SWF file so the font is displayed properly even if it&#039;s not installed on the user&#039;s computer. If you use a font in your FLA file that isn&#039;t installed on a user&#039;s system, and you don&#039;t embed the font in the SWF file, Flash Player automatically selects a substitute font to use instead. NOTE:  You need to embed a font only if you&#039;re using dynamic or input text fields. If you use a static text field, you don&#039;t need to embed the font.

So, what if I use static text and the user&#039;s computer does not have the font installed?  Flash says that there is no need to embed static text, however if I don&#039;t, won&#039;t Flash use a substitute font on that user&#039;s computer?

Thanks in advance for clarifying this for me.</description>
		<content:encoded><![CDATA[<p>This is an additional comment to my previous comment on embedding fonts in Flash.</p>
<p>I found this info in the Flash help file that I find a bit confusing:</p>
<p>When you embed fonts, Flash stores all of the font information in the SWF file so the font is displayed properly even if it&#8217;s not installed on the user&#8217;s computer. If you use a font in your FLA file that isn&#8217;t installed on a user&#8217;s system, and you don&#8217;t embed the font in the SWF file, Flash Player automatically selects a substitute font to use instead. NOTE:  You need to embed a font only if you&#8217;re using dynamic or input text fields. If you use a static text field, you don&#8217;t need to embed the font.</p>
<p>So, what if I use static text and the user&#8217;s computer does not have the font installed?  Flash says that there is no need to embed static text, however if I don&#8217;t, won&#8217;t Flash use a substitute font on that user&#8217;s computer?</p>
<p>Thanks in advance for clarifying this for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artur Trzebunia</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-258026</link>
		<dc:creator>Artur Trzebunia</dc:creator>
		<pubDate>Thu, 28 Aug 2008 19:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-258026</guid>
		<description>Hello David, I needed some clarification on embedding fonts in Flash and since your blog site was so helpful for another issue I recently had, I thought I&#039;d research the topic here.
In your first paragraph in this topic you state that Flash automatically embeds fonts in static text fields.  The reason I&#039;d want to embed my fonts is to make sure that they show up correctly on computers that do not have the fonts installed, correct?  In other words, is that the primary reason for embedding fonts?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello David, I needed some clarification on embedding fonts in Flash and since your blog site was so helpful for another issue I recently had, I thought I&#8217;d research the topic here.<br />
In your first paragraph in this topic you state that Flash automatically embeds fonts in static text fields.  The reason I&#8217;d want to embed my fonts is to make sure that they show up correctly on computers that do not have the fonts installed, correct?  In other words, is that the primary reason for embedding fonts?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Killian</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-218789</link>
		<dc:creator>Killian</dc:creator>
		<pubDate>Thu, 10 Jul 2008 20:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-218789</guid>
		<description>Hello David, 
I&#039;ve been successfully embedding fonts since I read this posting earlier this year and would like to thank you. I do however, have a question: Is there a reason that specifying TextFieldType.INPUT will not work when using the stylesheet method?</description>
		<content:encoded><![CDATA[<p>Hello David,<br />
I&#8217;ve been successfully embedding fonts since I read this posting earlier this year and would like to thank you. I do however, have a question: Is there a reason that specifying TextFieldType.INPUT will not work when using the stylesheet method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Stiller</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-155445</link>
		<dc:creator>David Stiller</dc:creator>
		<pubDate>Mon, 31 Mar 2008 01:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-155445</guid>
		<description>Amy,

That threw me at first, too, but the feature is essentially still present.  In AS3, what you&#039;re looking for is a property instead of a method (see &lt;code&gt;TextField.defaultTextFormat&lt;/code&gt;).</description>
		<content:encoded><![CDATA[<p>Amy,</p>
<p>That threw me at first, too, but the feature is essentially still present.  In AS3, what you&#8217;re looking for is a property instead of a method (see <code>TextField.defaultTextFormat</code>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-155347</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Sun, 30 Mar 2008 18:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-155347</guid>
		<description>David, I find it interesting that &quot;setNewTextFormat&quot; is not listed in the AS3 language reference. Can you shed some light on this?</description>
		<content:encoded><![CDATA[<p>David, I find it interesting that &#8220;setNewTextFormat&#8221; is not listed in the AS3 language reference. Can you shed some light on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Stiller</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-144196</link>
		<dc:creator>David Stiller</dc:creator>
		<pubDate>Thu, 06 Mar 2008 14:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-144196</guid>
		<description>&lt;strong&gt;To annie ...&lt;/strong&gt;

Ah, those are good ideas for a blog or two.  Thanks!  :)

&lt;strong&gt;To Wes ...&lt;/strong&gt;

Ha, sweet!  Glad to help.

&lt;strong&gt;To mark ...&lt;/strong&gt;

Super.  Glad to hear that!</description>
		<content:encoded><![CDATA[<p><strong>To annie &#8230;</strong></p>
<p>Ah, those are good ideas for a blog or two.  Thanks!  <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>To Wes &#8230;</strong></p>
<p>Ha, sweet!  Glad to help.</p>
<p><strong>To mark &#8230;</strong></p>
<p>Super.  Glad to hear that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-143974</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Thu, 06 Mar 2008 05:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-143974</guid>
		<description>Thanks David - I was having trouble with this but your post cleared it up for me!

mark</description>
		<content:encoded><![CDATA[<p>Thanks David &#8211; I was having trouble with this but your post cleared it up for me!</p>
<p>mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-143754</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Wed, 05 Mar 2008 22:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-143754</guid>
		<description>Thanks David!  It took me 5 minutes to implement this rather than an hour of digging through my AS3 books.</description>
		<content:encoded><![CDATA[<p>Thanks David!  It took me 5 minutes to implement this rather than an hour of digging through my AS3 books.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: annie</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-143732</link>
		<dc:creator>annie</dc:creator>
		<pubDate>Wed, 05 Mar 2008 21:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.quip.net/blog/2008/flash/actionscript-20/how-to-use-embedded-fonts-with-actionscript#comment-143732</guid>
		<description>Thanks for the font runthrough, David..especially the CSS part.

I&#039;d love to see a post on the file size ramifications of embedding fonts and possible external solutions/dynamic font loading :)</description>
		<content:encoded><![CDATA[<p>Thanks for the font runthrough, David..especially the CSS part.</p>
<p>I&#8217;d love to see a post on the file size ramifications of embedding fonts and possible external solutions/dynamic font loading <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

