小小菜鸟的web菜园子

web开发学习。好记性不如烂笔头。每天进步一点点!

导航

2009年7月15日 #

在AS3中设置ComboBox组件的字体大小

摘要: import flash.text.TextFormat;var mytextformat:TextFormat=new TextFormat();mytextformat.size=14;mycomboBox.textField.setStyle("textFormat",mytextformat);mycomboBox.dropdown.setRendererStyle("textFormat... 阅读全文

posted @ 2009-07-15 13:16 『小小菜鸟』 阅读(1254) 评论(0) 推荐(1) 编辑