rotated text

This commit is contained in:
klemek
2020-04-11 21:00:21 +02:00
parent 6a4acebef1
commit 6b0d4cdca0
5 changed files with 111 additions and 29 deletions
+66 -11
View File
@@ -286,14 +286,69 @@
"aliases": ["tom", "jerry"],
"font": "impact",
"font_size": 0.07,
"stroke_fill": [255, 255, 255],
"stroke_width": 0.1,
"texts": [{
"x_range": [0.07, 0.36],
"y_range": [0.69, 0.98],
"font_size": 0.05
},{
"x_range": [0.44, 0.84],
"y_range": [0.27, 0.59]
}]
}]
"stroke_fill": [
255,
255,
255
],
"stroke_width": 0.1,
"texts": [
{
"x_range": [
0.07,
0.36
],
"y_range": [
0.69,
0.98
],
"font_size": 0.05
},
{
"x_range": [
0.44,
0.84
],
"y_range": [
0.27,
0.59
]
}
]
},
{
"id": "button",
"template": "button.jpg",
"stroke_fill": [
255,
255,
255
],
"stroke_width": 0.1,
"font_size": 0.08,
"texts": [
{
"x_range": [
0.10,
0.46
],
"y_range": [
0.46,
0.80
],
"angle": 2
},
{
"x_range": [
0.48,
0.88
],
"y_range": [
0.28,
0.68
],
"angle": -45
}
]
}
]