Skip to main content
This topic has been closed for replies.

1 reply

Peter_deHaan
Participating Frequently
December 9, 2009

Yes, see http://opensource.adobe.com/wiki/display/flexsdk/FTE+and+TLF+text+in+MX+components.

Now most MX controls can set their textFieldClass style to the mx.core.UIFTETextField class and be DefineFont4/CFF aware. Notable exceptions to the MX controls+DefineFont4 rule are the MX TextInput, MX TextArea, and MX RichTextEditor controls.

Peter

Known Participant
December 10, 2009

Peter, thank you very much for the info. Is this implemented in Flex 4 Beta?

Participating Frequently
December 11, 2009

Yes. But note the various limitations of the implementation: No scrolling, no selection, no editing, no hyperlinks, etc. It's basically just for displaying text or htmlText.

Gordon Smith

Adobe Flex SDK Team