You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
328 B
17 lines
328 B
|
3 years ago
|
|
||
|
|
var DrawLableTextParam = {
|
||
|
|
"x": 20.0,
|
||
|
|
"y": 10.0,
|
||
|
|
"height": 10,
|
||
|
|
"width": 50,
|
||
|
|
"value": "精臣SDK",
|
||
|
|
"fontFamily": "宋体",
|
||
|
|
"rotate": 0,
|
||
|
|
"fontSize": 4.0,
|
||
|
|
"textAlignHorizonral": 0,
|
||
|
|
"textAlignVertical": 0,
|
||
|
|
"letterSpacing": 1.0,
|
||
|
|
"lineSpacing": 1.0,
|
||
|
|
"lineMode":0,
|
||
|
|
"fontStyle": [false, false, false,false],
|
||
|
|
}
|