[flexcoders] Re: How do you add more fonts to the drop down selection of a RichTextEditor ?

2007-10-23 Thread helihobby
I Tried that too with no luck: :( http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="init()"> @font-face { src:url('./style/fonts/micross.ttf'); fontFamily: micross; fontWeight: normal;

Re: [flexcoders] Re: How do you add more fonts to the drop down selection of a RichTextEditor ?

2007-10-23 Thread Ben Marchbanks
Here's what works for me - each font is defined separately @font-face { src: URL("assets/fonts/BLACKJAR.TTF"); fontFamily: BLACKJAR; fontWeight: normal; fontStyle: normal; } @font-face { src

[flexcoders] Re: How do you add more fonts to the drop down selection of a RichTextEditor ?

2007-10-23 Thread helihobby
I tried the code and I do see in the drop down combo list the complete Fonts which are available but when I select them the RichTextEditor does not render the Font. Here is my code: http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="init()">