Label.HorizontalAlign 枚举
文本横向对齐类型
索引
LEFTCENTERRIGHT
Details
LEFT
文本内容左对齐。
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/core/components/CCLabel.js:43 | 
CENTER
文本内容居中对齐。
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/core/components/CCLabel.js:48 | 
RIGHT
文本内容右边对齐。
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/core/components/CCLabel.js:53 |