Janyou's blog

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

-----------------------------------------------------------------------------------------------------------------------------------

1.flex_sdk 3.5.0

Code:

<mx:TextArea text="中文字体"   width="266"   height="84"   fontFamily="方正舒体"    fontSize="59"/>

Run result:

image

It's correct!

-----------------------------------------------------------------------------------------------------------------------------------

2.flex_sdk 4.0.0

Code:

<mx:TextArea text="中文字体"   width="266"   height="84"   fontFamily="方正舒体"    fontSize="59"/>

Run result:

image

It's wrong!

-----------------------------------------------------------------------------------------------------------------------------------

3.flex_sdk 4.1.0.16076

Code:

<mx:TextArea text="中文字体"   width="266"   height="84"   fontFamily="方正舒体"    fontSize="59"/>

Run result:

image

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:

image

It's wrong again!

-----------------------------------------------------------------------------------------------------------------------------------

 

What a shame!
posted on 2011-07-08 16:53  janyou  阅读(226)  评论(0编辑  收藏  举报