<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Populating the nested font family ComboBox control in a Flex RichTextEditor control</title>
	<link>http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Tue, 06 Jan 2009 13:12:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<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-16777</link>
		<author>Joel Grøndrup</author>
		<pubDate>Tue, 18 Nov 2008 14:31:06 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/#comment-16777</guid>
		<description>@Chris

You'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 - 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-16380</link>
		<author>Chris</author>
		<pubDate>Thu, 23 Oct 2008 18:24:53 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/#comment-16380</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'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-16361</link>
		<author>Chris</author>
		<pubDate>Wed, 22 Oct 2008 14:47:22 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/#comment-16361</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-13223</link>
		<author>a_[w]</author>
		<pubDate>Wed, 04 Jun 2008 15:42:16 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/#comment-13223</guid>
		<description>Hi! How i can add embedded font to RichTextEditor?
I'm trying this solution
.fontFamilyArray = ['Arial', 'Verdana', 'VerdanaEmbeded'];
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 = [&#8217;Arial&#8217;, &#8216;Verdana&#8217;, &#8216;VerdanaEmbeded&#8217;];<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-13055</link>
		<author>Christian</author>
		<pubDate>Wed, 28 May 2008 18:26:13 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/11/23/populating-the-nested-font-family-combobox-control-in-a-flex-richtexteditor-control/#comment-13055</guid>
		<description>Where is it grabbing the Comic Sans font from? The system? I'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'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>
