-----------------------------------------------------------------------------------------------------------------------------------
1.flex_sdk 3.5.0
Code:
<mx:TextArea text="中文字体" width="266" height="84" fontFamily="方正舒体" fontSize="59"/>
Run result:
It's correct!
-----------------------------------------------------------------------------------------------------------------------------------
2.flex_sdk 4.0.0
Code:
<mx:TextArea text="中文字体" width="266" height="84" fontFamily="方正舒体" fontSize="59"/>
Run result:
It's wrong!
-----------------------------------------------------------------------------------------------------------------------------------
3.flex_sdk 4.1.0.16076
Code:
<mx:TextArea text="中文字体" width="266" height="84" fontFamily="方正舒体" fontSize="59"/>
Run result:
It's correct again!
-----------------------------------------------------------------------------------------------------------------------------------
4.flex_sdk 4.5/4.5.1
Code:
<mx:TextArea text="中文字体" width="266" height="84" fontFamily="方正舒体" fontSize="59"/>
Run result:
It's wrong again!
-----------------------------------------------------------------------------------------------------------------------------------