TextField的文字混排

[code]
var style3:StyleSheet = new StyleSheet();
var heading1:Object = {“color”:”#ff0000″,”fontWeight”:”bold”,”fontFamily”:”microsoft yahei”,”fontSize”:”20″};
var heading2:Object = {“color”:”#000000″,”fontWeight”:”bold”,”fontFamily”:”microsoft yahei”,”fontSize”:”35″};
var heading3:Object = {“color”:”#000000″,”fontWeight”:”bold”,”fontFamily”:”microsoft yahei”,”fontSize”:”20″};
var body:Object = new Object();
body.textAlign = “center”;
style3.setStyle(“.heading1”, heading1);
style3.setStyle(“.heading2”, heading2);
style3.setStyle(“.heading3”, heading3);
style3.setStyle(“body”, body);
t3.styleSheet = style3;
t3.htmlText = “198/起“;
var style2:StyleSheet = new StyleSheet();
var heading5:Object = {“color”:”#000000″,”fontWeight”:”bold”,”fontFamily”:”microsoft yahei”,”fontSize”:”25″};
t2.styleSheet = style2;
style2.setStyle(“.heading5”, heading5);
style2.setStyle(“body”, body);
t2.htmlText = “天天低价
四星酒店“;
[/code]

发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>