Text rendering
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
"id": "scale",
|
||||
"label": "Scale",
|
||||
"type": "float",
|
||||
"default": 0.42,
|
||||
"default": 1,
|
||||
"min": 0.1,
|
||||
"max": 3,
|
||||
"step": 0.01,
|
||||
@@ -72,7 +72,7 @@
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0.8
|
||||
1
|
||||
],
|
||||
"description": "Text outline color and alpha."
|
||||
},
|
||||
@@ -80,10 +80,10 @@
|
||||
"id": "outlineWidth",
|
||||
"label": "Outline Width",
|
||||
"type": "float",
|
||||
"default": 0.12,
|
||||
"default": 0.22,
|
||||
"min": 0,
|
||||
"max": 0.5,
|
||||
"step": 0.01,
|
||||
"max": 1,
|
||||
"step": 0.02,
|
||||
"description": "Width of the SDF outline around the text."
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user