Label.Overflow Enum
Enum for Overflow.
Index
NONECLAMPSHRINKRESIZE_HEIGHT
Details
NONE
NONE.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/components/CCLabel.js:81 |
CLAMP
In CLAMP mode, when label content goes out of the bounding box, it will be clipped.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/components/CCLabel.js:86 |
SHRINK
In SHRINK mode, the font size will change dynamically to adapt the content size.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/components/CCLabel.js:91 |
RESIZE_HEIGHT
In RESIZE_HEIGHT mode, you can only change the width of label and the height is changed automatically.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/components/CCLabel.js:96 |