Label.Type Enum
Module: cc
Enum for font type.
Index
- TTF
- BMFont
- SystemFont
Details
TTF
The TTF font type.
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCLabel.js:107 | 
BMFont
The bitmap font type.
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCLabel.js:112 | 
SystemFont
The system font type.
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCLabel.js:117 | 
