Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / shapes / text_run.json
1 {
2   "name": "TextRun",
3   "key": {
4     "int": 113,
5     "string": "textrun"
6   },
7   "extends": "drawable.json",
8   "runtime": false,
9   "properties": {
10     "pointSize": {
11       "type": "double",
12       "initialValue": "16",
13       "animates": true,
14       "key": {
15         "int": 221,
16         "string": "point_size"
17       },
18       "description": "The point size for text styled by this run."
19     },
20     "textLength": {
21       "type": "uint",
22       "initialValue": "0",
23       "key": {
24         "int": 222,
25         "string": "text_length"
26       },
27       "description": "The length of the text styled by this run."
28     }
29   }
30 }