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

1.flex_sdk 3.5.0

Code:

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

Run result:

Should  I give up  Flash (Flex) like Apple.

It's correct!

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

2.flex_sdk 4.0.0

Code:

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

Run result:

Should  I give up  Flash (Flex) like Apple.

It's wrong!

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

3.flex_sdk 4.1.0.16076

Code:

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

Run result:

Should  I give up  Flash (Flex) like Apple.

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:

Should  I give up  Flash (Flex) like Apple.

It's wrong again!

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

 

What a shame!

相关文章:

  • 2021-10-17
  • 2021-10-03
  • 2021-06-22
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
  • 2021-09-26
猜你喜欢
  • 2021-08-31
  • 2022-02-26
  • 2021-05-20
  • 2021-05-15
  • 2021-07-21
  • 2021-12-13
相关资源
相似解决方案