石头的博客

关注flash,flex,asp,php的相关项目开发

« FLASH AS3播放gif动画AS3利用FileReference预览本地图片 »

AS3更改组件的默认字体和样式

[ At 2010-6-4 By stone   0 comments ]

AS3 组件的默认字体看着很不舒服,利用 StyleManager 给他改一下

import fl.managers.StyleManager;
var myStyle:TextFormat = new TextFormat();
myStyle.size = 12;
StyleManager.setStyle("textFormat", myStyle);

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

日历

最新评论及回复

最近发表

Powered By Z-Blog 1.8 Walle Build 100427 Code detection by Codefense

@2010 stonemx.com