Re: [flexcoders] RichTextEditor + CSS Style + Embeded Font - nothing works as should...

2010-07-26 Thread Alex Harui
My guess is that the mx:Text has a fontFamily of Myriad Pro so it is set up to display embedded fonts. All fonts used in htmlText must be embedded if the fontFamily on the component is embedded, and vice-versa. On 7/26/10 5:16 AM, "Fotis Chatzinikos" wrote: Hi Alex, I do not use the Ri

Re: [flexcoders] RichTextEditor + CSS Style + Embeded Font - nothing works as should...

2010-07-26 Thread Fotis Chatzinikos
Hi Alex, I do not use the RichTextEditor inside a i use its output as input to mx:text (htmlText) When i set a style like this: RichTextEditor { textAreaStyleName: 'rteStyle'; } .rteStyle { font-size:26; font-family:Arial; color:#00; } does not display anything (text is there - you ca

Re: [flexcoders] RichTextEditor + CSS Style + Embeded Font - nothing works as should...

2010-07-23 Thread Alex Harui
The answer is probably yes to all three questions. However I did not understand the scenario. I don’t get how you use a RichTextEditor inside or what it means to “break the initialization” On 7/23/10 4:05 AM, "fotis.chatzinikos" wrote: Hi everybody, I have a RichTextEditor which I a

[flexcoders] RichTextEditor + CSS Style + Embeded Font - nothing works as should...

2010-07-23 Thread fotis.chatzinikos
Hi everybody, I have a RichTextEditor which I am trying to set its default Font Face size and color using the following CSS: RichTextEditor { textAreaStyleName: 'rteStyle'; } .rteStyle { font-size:26;