【Text】 —— 极限研究

来源:互联网 发布:过量运动的危害数据 编辑:程序博客网 时间:2024/05/22 00:20

TextField的使用


样式(Format)属性:


1. font(face)

2. size

3. color


1. align

2. bold

3. letterSpacing(左)

4. leading(行与行之间垂直间距)

5. underline(下划线)


<b>粗体

<br>换行

<u>下划线

<font> color, face, size

<a> target (_self_blank_parent_top), href(URL)

<img> 图片

<i> 斜体


Method ——

1. appendText ( newText:String ) : void —— 追加文本

2. getCharIndexAtPoint ( x:Number, y:Number ) : int —— 获取位置获取文本索引

原创粉丝点击