Label.Type Enum
Enum for font type.
Index
TTFBMFontSystemFont
Details
TTF
The TTF font type.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/components/CCLabel.js:118 |
BMFont
The bitmap font type.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/components/CCLabel.js:123 |
SystemFont
The system font type.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/components/CCLabel.js:128 |