<?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: Populating the nested font family ComboBox control in a Flex RichTextEditor control</title>
	<atom:link href="http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:35:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bart</title>
		<link>http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/comment-page-1/#comment-7074</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Sun, 21 Feb 2010 21:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/#comment-7074</guid>
		<description>If say your  font family name is
fontFamily: Anime;

Why not try putting &#039;Anime&#039; in your array?

...</description>
		<content:encoded><![CDATA[<p>If say your  font family name is<br />
fontFamily: Anime;</p>
<p>Why not try putting &#8216;Anime&#8217; in your array?</p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cindy</title>
		<link>http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/comment-page-1/#comment-6516</link>
		<dc:creator>Cindy</dc:creator>
		<pubDate>Thu, 03 Dec 2009 16:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/#comment-6516</guid>
		<description>hi!!! i try add more fonts in my richtexteditor component but don&#039;t work . 

the array font is  this and the font i want to add is Anime Ace  2.0 BB.
 
		_sans
		_serif
		_typewriter
		Arial
		Anime Ace 2.0 BB
		Courier
		Courier New
		Geneva
		Georgia
		Helvetica
		Times New Roman
		Times
		Verdana
	

in my css :
@font-face {
            src: local(&quot;Verdana&quot;);
            fontFamily: VerdanaEmbed;
        } 
@font-face {
    src: local( &quot;Verdana&quot; );
    fontWeight: bold;
    fontFamily: VerdanaEmbed;
}

@font-face {
    src: url(&quot;../fonts/MyriadWebPro-Bold.ttf&quot;) ;
    fontFamily: Myriad;
    fontWeight: bold;
    unicodeRange:
           U+0041-U+005A; /* Upper-Case [A..Z] */
} 
 
@font-face {
    src: url(&quot;../fonts/animeace2_reg.ttf&quot;) ; 
    fontFamily: Anime;
    fontWeight: normal;
   
}

@font-face {
    src: url(&quot;../fonts/animeace2_bld.ttf&quot;) ; 
    fontFamily: Anime;
    fontWeight: bold;
   
}



i apreciate any help!</description>
		<content:encoded><![CDATA[<p>hi!!! i try add more fonts in my richtexteditor component but don&#8217;t work . </p>
<p>the array font is  this and the font i want to add is Anime Ace  2.0 BB.</p>
<p>		_sans<br />
		_serif<br />
		_typewriter<br />
		Arial<br />
		Anime Ace 2.0 BB<br />
		Courier<br />
		Courier New<br />
		Geneva<br />
		Georgia<br />
		Helvetica<br />
		Times New Roman<br />
		Times<br />
		Verdana</p>
<p>in my css :<br />
@font-face {<br />
            src: local(&#8220;Verdana&#8221;);<br />
            fontFamily: VerdanaEmbed;<br />
        }<br />
@font-face {<br />
    src: local( &#8220;Verdana&#8221; );<br />
    fontWeight: bold;<br />
    fontFamily: VerdanaEmbed;<br />
}</p>
<p>@font-face {<br />
    src: url(&#8220;../fonts/MyriadWebPro-Bold.ttf&#8221;) ;<br />
    fontFamily: Myriad;<br />
    fontWeight: bold;<br />
    unicodeRange:<br />
           U+0041-U+005A; /* Upper-Case [A..Z] */<br />
} </p>
<p>@font-face {<br />
    src: url(&#8220;../fonts/animeace2_reg.ttf&#8221;) ;<br />
    fontFamily: Anime;<br />
    fontWeight: normal;</p>
<p>}</p>
<p>@font-face {<br />
    src: url(&#8220;../fonts/animeace2_bld.ttf&#8221;) ;<br />
    fontFamily: Anime;<br />
    fontWeight: bold;</p>
<p>}</p>
<p>i apreciate any help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Grøndrup</title>
		<link>http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/comment-page-1/#comment-2000</link>
		<dc:creator>Joel Grøndrup</dc:creator>
		<pubDate>Tue, 18 Nov 2008 14:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/#comment-2000</guid>
		<description>@Chris

You&#039;re a lifesaver - or at least timesaver. I would never have guessed you should embed Verdana before the other embedded fonts would work. This was really important to know. My RichTextEditor did exactly the same, so i embeded the verdana and the other fonts showed up correct.

Thanks!</description>
		<content:encoded><![CDATA[<p>@Chris</p>
<p>You&#8217;re a lifesaver &#8211; or at least timesaver. I would never have guessed you should embed Verdana before the other embedded fonts would work. This was really important to know. My RichTextEditor did exactly the same, so i embeded the verdana and the other fonts showed up correct.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/comment-page-1/#comment-1999</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 23 Oct 2008 18:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/#comment-1999</guid>
		<description>I just figured this one out.  Make sure that if you embed a font, that every font used by the movie is embedded.  Because if flex tries to use a font that is not embedded, Flex will automatically switch to using system fonts.  IT WILL IGNORE YOUR EMBEDDED FONTS.

In my project, I was embedding 2 non-system fonts.  The Rich Text editor by default uses Verdana to display your text size, font, all the control components that belong to the Rich Text Editor...  And since I didn&#039;t embed Verdana, Flex ignored my embedded fonts, and forced the movie to use Verdana.  After I embedded the system font (Verdana) everything worked as expected.</description>
		<content:encoded><![CDATA[<p>I just figured this one out.  Make sure that if you embed a font, that every font used by the movie is embedded.  Because if flex tries to use a font that is not embedded, Flex will automatically switch to using system fonts.  IT WILL IGNORE YOUR EMBEDDED FONTS.</p>
<p>In my project, I was embedding 2 non-system fonts.  The Rich Text editor by default uses Verdana to display your text size, font, all the control components that belong to the Rich Text Editor&#8230;  And since I didn&#8217;t embed Verdana, Flex ignored my embedded fonts, and forced the movie to use Verdana.  After I embedded the system font (Verdana) everything worked as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/comment-page-1/#comment-2001</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 22 Oct 2008 14:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/#comment-2001</guid>
		<description>This method seems to only work with system fonts. Does anyone know how to apply this method to external true type, or open type embedded fonts?</description>
		<content:encoded><![CDATA[<p>This method seems to only work with system fonts. Does anyone know how to apply this method to external true type, or open type embedded fonts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a_[w]</title>
		<link>http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/comment-page-1/#comment-1998</link>
		<dc:creator>a_[w]</dc:creator>
		<pubDate>Wed, 04 Jun 2008 15:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/#comment-1998</guid>
		<description>Hi! How i can add embedded font to RichTextEditor?
I&#039;m trying this solution
.fontFamilyArray = [&#039;Arial&#039;, &#039;Verdana&#039;, &#039;VerdanaEmbeded&#039;];
and many others but they not works.</description>
		<content:encoded><![CDATA[<p>Hi! How i can add embedded font to RichTextEditor?<br />
I&#8217;m trying this solution<br />
.fontFamilyArray = ['Arial', 'Verdana', 'VerdanaEmbeded'];<br />
and many others but they not works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/comment-page-1/#comment-1997</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 28 May 2008 18:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/#comment-1997</guid>
		<description>Where is it grabbing the Comic Sans font from? The system? I&#039;m trying to define a custom font for the RichTextEditor and have gotten it to display in the editor, but the bold and italics don&#039;t react. Have been able to define a custom font?</description>
		<content:encoded><![CDATA[<p>Where is it grabbing the Comic Sans font from? The system? I&#8217;m trying to define a custom font for the RichTextEditor and have gotten it to display in the editor, but the bold and italics don&#8217;t react. Have been able to define a custom font?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
