<?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: Embedding fonts in Flex, AIR and Actionscript projects</title>
	<atom:link href="http://www.flexpert.be/2009/06/embedding-fonts-in-flex-air-and-actionscript-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexpert.be/2009/06/embedding-fonts-in-flex-air-and-actionscript-projects/</link>
	<description>Blog site about all things Adobe</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:58:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mark</title>
		<link>http://www.flexpert.be/2009/06/embedding-fonts-in-flex-air-and-actionscript-projects/comment-page-1/#comment-1596</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 01 Sep 2010 04:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexpert.be/?p=49#comment-1596</guid>
		<description>One tip I discovered is that if you want to use the embedded font with htmltext on a component, you first have to set the text style for that component with one of the embedded fonts.
@font-face {
src:url(&quot;assets/fonts/pala.ttf&quot;);
fontFamily: Palatino;
}
then
myTextArea.setStyle(&quot;fontFamily&quot;, &quot;Palatino&quot;);
then you can use any embedded font in the htmltext
myTextArea.htmlText = &#039;Some TextSome more text, etc.&#039;;</description>
		<content:encoded><![CDATA[<p>One tip I discovered is that if you want to use the embedded font with htmltext on a component, you first have to set the text style for that component with one of the embedded fonts.<br />
@font-face {<br />
src:url(&#8220;assets/fonts/pala.ttf&#8221;);<br />
fontFamily: Palatino;<br />
}<br />
then<br />
myTextArea.setStyle(&#8220;fontFamily&#8221;, &#8220;Palatino&#8221;);<br />
then you can use any embedded font in the htmltext<br />
myTextArea.htmlText = &#8216;Some TextSome more text, etc.&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Peeters</title>
		<link>http://www.flexpert.be/2009/06/embedding-fonts-in-flex-air-and-actionscript-projects/comment-page-1/#comment-1462</link>
		<dc:creator>Steven Peeters</dc:creator>
		<pubDate>Thu, 15 Jul 2010 10:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexpert.be/?p=49#comment-1462</guid>
		<description>Hey DJ,

Using the font is exactly the same as using any other font. You just type the name that you&#039;ve given to your custom embedded font in the font-family style of your component.

This can be done either inline or via CSS.


Cheers,
Steven</description>
		<content:encoded><![CDATA[<p>Hey DJ,</p>
<p>Using the font is exactly the same as using any other font. You just type the name that you&#8217;ve given to your custom embedded font in the font-family style of your component.</p>
<p>This can be done either inline or via CSS.</p>
<p>Cheers,<br />
Steven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJ</title>
		<link>http://www.flexpert.be/2009/06/embedding-fonts-in-flex-air-and-actionscript-projects/comment-page-1/#comment-1461</link>
		<dc:creator>DJ</dc:creator>
		<pubDate>Thu, 15 Jul 2010 09:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexpert.be/?p=49#comment-1461</guid>
		<description>Thanks for the post. But how do we use these fonts? I need to render a html text.</description>
		<content:encoded><![CDATA[<p>Thanks for the post. But how do we use these fonts? I need to render a html text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeffreyC</title>
		<link>http://www.flexpert.be/2009/06/embedding-fonts-in-flex-air-and-actionscript-projects/comment-page-1/#comment-1179</link>
		<dc:creator>JeffreyC</dc:creator>
		<pubDate>Fri, 07 May 2010 14:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexpert.be/?p=49#comment-1179</guid>
		<description>Great post. Thank you for the clear and thorough explanation.</description>
		<content:encoded><![CDATA[<p>Great post. Thank you for the clear and thorough explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flexpert to the rescue &#124; Embedding fonts in Flex, AIR and &#8230; &#171; action script</title>
		<link>http://www.flexpert.be/2009/06/embedding-fonts-in-flex-air-and-actionscript-projects/comment-page-1/#comment-1069</link>
		<dc:creator>Flexpert to the rescue &#124; Embedding fonts in Flex, AIR and &#8230; &#171; action script</dc:creator>
		<pubDate>Thu, 22 Apr 2010 08:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexpert.be/?p=49#comment-1069</guid>
		<description>[...] Czytaj więcej: Flexpert to the rescue &#124; Embedding fonts in Flex, AIR and &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Czytaj więcej: Flexpert to the rescue | Embedding fonts in Flex, AIR and &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Fonts Nightmare (part 1) &#171; Pixellovin Blog</title>
		<link>http://www.flexpert.be/2009/06/embedding-fonts-in-flex-air-and-actionscript-projects/comment-page-1/#comment-282</link>
		<dc:creator>The Fonts Nightmare (part 1) &#171; Pixellovin Blog</dc:creator>
		<pubDate>Sat, 26 Dec 2009 06:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexpert.be/?p=49#comment-282</guid>
		<description>[...] Embedding fonts in Flex, AIR and Actionscript projects [...]</description>
		<content:encoded><![CDATA[<p>[...] Embedding fonts in Flex, AIR and Actionscript projects [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.flexpert.be/2009/06/embedding-fonts-in-flex-air-and-actionscript-projects/comment-page-1/#comment-6</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 07 Jul 2009 13:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexpert.be/?p=49#comment-6</guid>
		<description>I&#039;ll definitely be doing a lot more of this stuff, but for the moment I&#039;m a little short on time. Hopefully I can get a couple more articles online by next month. I&#039;m also looking into doing something with tutorial video&#039;s online, but that will take up even more of my time :-(. We&#039;ll see how far I can go...

In the mean time, if you have a specific question about thiese kinds of things, do not hesitate to submit it via the contact form on this site.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll definitely be doing a lot more of this stuff, but for the moment I&#8217;m a little short on time. Hopefully I can get a couple more articles online by next month. I&#8217;m also looking into doing something with tutorial video&#8217;s online, but that will take up even more of my time <img src='http://www.flexpert.be/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> . We&#8217;ll see how far I can go&#8230;</p>
<p>In the mean time, if you have a specific question about thiese kinds of things, do not hesitate to submit it via the contact form on this site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KonstantinMiller</title>
		<link>http://www.flexpert.be/2009/06/embedding-fonts-in-flex-air-and-actionscript-projects/comment-page-1/#comment-5</link>
		<dc:creator>KonstantinMiller</dc:creator>
		<pubDate>Mon, 06 Jul 2009 21:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexpert.be/?p=49#comment-5</guid>
		<description>I have been looking looking around for this kind of information. Will you post some more in future? I&#039;ll be grateful if you will.</description>
		<content:encoded><![CDATA[<p>I have been looking looking around for this kind of information. Will you post some more in future? I&#8217;ll be grateful if you will.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Peeters</title>
		<link>http://www.flexpert.be/2009/06/embedding-fonts-in-flex-air-and-actionscript-projects/comment-page-1/#comment-4</link>
		<dc:creator>Steven Peeters</dc:creator>
		<pubDate>Wed, 24 Jun 2009 13:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexpert.be/?p=49#comment-4</guid>
		<description>Hey John,

Sorry for the late reply, but I&#039;ve been on holiday for the past week with no access to internet.

The local() in my CSS has been tried and tested several times and works just fine. When I try to put e.g. local(&quot;Verdana Bold&quot;), I even get compilation errors. It&#039;s the name of the font, plus the indication of bold and italic that actually defines the font file that needs to be included. You don&#039;t select an &quot;Verdana Bold&quot; font in Word either, don&#039;t you? Well, it&#039;s the same here...</description>
		<content:encoded><![CDATA[<p>Hey John,</p>
<p>Sorry for the late reply, but I&#8217;ve been on holiday for the past week with no access to internet.</p>
<p>The local() in my CSS has been tried and tested several times and works just fine. When I try to put e.g. local(&#8220;Verdana Bold&#8221;), I even get compilation errors. It&#8217;s the name of the font, plus the indication of bold and italic that actually defines the font file that needs to be included. You don&#8217;t select an &#8220;Verdana Bold&#8221; font in Word either, don&#8217;t you? Well, it&#8217;s the same here&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Daggett</title>
		<link>http://www.flexpert.be/2009/06/embedding-fonts-in-flex-air-and-actionscript-projects/comment-page-1/#comment-2</link>
		<dc:creator>John Daggett</dc:creator>
		<pubDate>Sun, 14 Jun 2009 05:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexpert.be/?p=49#comment-2</guid>
		<description>The syntax of local() in your CSS example is incorrect, it needs to be the name of a single face not the family name. So &quot;Verdana Bold&quot; in the bold, non-italic case.</description>
		<content:encoded><![CDATA[<p>The syntax of local() in your CSS example is incorrect, it needs to be the name of a single face not the family name. So &#8220;Verdana Bold&#8221; in the bold, non-italic case.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

