<?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: Flex Chronicles #22: Embedding Fonts in a Button	</title>
	<atom:link href="https://jessewarden.com/2006/07/flex-chronicles-22-embedding-fonts-in-a-button.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2006/07/flex-chronicles-22-embedding-fonts-in-a-button.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Tue, 23 Mar 2010 06:00:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: mani		</title>
		<link>https://jessewarden.com/2006/07/flex-chronicles-22-embedding-fonts-in-a-button.html/comment-page-1#comment-230601</link>

		<dc:creator><![CDATA[mani]]></dc:creator>
		<pubDate>Tue, 23 Mar 2010 06:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1035#comment-230601</guid>

					<description><![CDATA[hi,
if i want to have a bold style..what should i do?. Please let me know]]></description>
			<content:encoded><![CDATA[<p>hi,<br />
if i want to have a bold style..what should i do?. Please let me know</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Valdemar		</title>
		<link>https://jessewarden.com/2006/07/flex-chronicles-22-embedding-fonts-in-a-button.html/comment-page-1#comment-178027</link>

		<dc:creator><![CDATA[Valdemar]]></dc:creator>
		<pubDate>Wed, 10 Jun 2009 00:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1035#comment-178027</guid>

					<description><![CDATA[Hi JesterXL. I`ve tried the swf method but, like sasha/hdrs, I couldn&#039;t import both Myriad Pro Regular and Myriad Pro Condensed from the same swf because they conflit. The two need fontWeight:normal; and fontStyle: normal; 
To solve this I had to go back to Flash divide into two swfs, one for the Regular and another for the Condensed.

As for the size I limited mine using these settings inside the @font-face style:

unicode-range:
U+0020-U+007E, /* englishRange */
U+00A1-U+00FF,U+2000-U+206F,U+20A0-U+20CF,U+2100-U+2183; /* Latin I */

The resulting size is similar to the swf method and it is easear to edit.

So, (if I am not missing something here &#039;cause I&#039;m new to Flex) the option to embed the fonts directly seems to be more practical and more effective than the swf option...]]></description>
			<content:encoded><![CDATA[<p>Hi JesterXL. I`ve tried the swf method but, like sasha/hdrs, I couldn&#8217;t import both Myriad Pro Regular and Myriad Pro Condensed from the same swf because they conflit. The two need fontWeight:normal; and fontStyle: normal;<br />
To solve this I had to go back to Flash divide into two swfs, one for the Regular and another for the Condensed.</p>
<p>As for the size I limited mine using these settings inside the @font-face style:</p>
<p>unicode-range:<br />
U+0020-U+007E, /* englishRange */<br />
U+00A1-U+00FF,U+2000-U+206F,U+20A0-U+20CF,U+2100-U+2183; /* Latin I */</p>
<p>The resulting size is similar to the swf method and it is easear to edit.</p>
<p>So, (if I am not missing something here &#8217;cause I&#8217;m new to Flex) the option to embed the fonts directly seems to be more practical and more effective than the swf option&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2006/07/flex-chronicles-22-embedding-fonts-in-a-button.html/comment-page-1#comment-178011</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Tue, 09 Jun 2009 21:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1035#comment-178011</guid>

					<description><![CDATA[The problem with that way, Valdemar, is that you are embedding the whole font.  Some fonts are 22k for the entire set, while others are 6 megs.  The BEST way in my opinion, is it utilize Flash.  You create a TextField, choose the font, the characters you wish to embed, and link to that SWF vs. the TTF file.]]></description>
			<content:encoded><![CDATA[<p>The problem with that way, Valdemar, is that you are embedding the whole font.  Some fonts are 22k for the entire set, while others are 6 megs.  The BEST way in my opinion, is it utilize Flash.  You create a TextField, choose the font, the characters you wish to embed, and link to that SWF vs. the TTF file.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Valdemar		</title>
		<link>https://jessewarden.com/2006/07/flex-chronicles-22-embedding-fonts-in-a-button.html/comment-page-1#comment-178007</link>

		<dc:creator><![CDATA[Valdemar]]></dc:creator>
		<pubDate>Tue, 09 Jun 2009 21:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1035#comment-178007</guid>

					<description><![CDATA[Take a look here that can help you:

http://simplestexplanation.com/2009/04/the-right-way-to-embed-fonts-in-adobe-flex-3/]]></description>
			<content:encoded><![CDATA[<p>Take a look here that can help you:</p>
<p><a href="http://simplestexplanation.com/2009/04/the-right-way-to-embed-fonts-in-adobe-flex-3/" rel="nofollow ugc">http://simplestexplanation.com/2009/04/the-right-way-to-embed-fonts-in-adobe-flex-3/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kat neville		</title>
		<link>https://jessewarden.com/2006/07/flex-chronicles-22-embedding-fonts-in-a-button.html/comment-page-1#comment-150739</link>

		<dc:creator><![CDATA[kat neville]]></dc:creator>
		<pubDate>Sun, 01 Feb 2009 12:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1035#comment-150739</guid>

					<description><![CDATA[You are my hero.  Newbie flexer, and this has been doing my head in!]]></description>
			<content:encoded><![CDATA[<p>You are my hero.  Newbie flexer, and this has been doing my head in!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
