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