CR的代码文本

all for learning about the world
  订阅 订阅  :: 管理

AS3修改flash控件的字体

Posted on 2011-12-21 10:40  mumuliang  阅读(460)  评论(0编辑  收藏  举报
// 创建一个 TextFormat 对象。
var txtFormat:TextFormat = new TextFormat();
// 指定段落和字符格式。
txtFormat.color = 0xFFFFFF;

btnBack.setStyle("textFormat", txtFormat);