Text rendering
Some checks failed
CI / React UI Build (push) Successful in 40s
CI / Native Windows Build And Tests (push) Failing after 2m28s
CI / Windows Release Package (push) Has been skipped

This commit is contained in:
2026-05-21 15:39:37 +10:00
parent 09efe2d6a0
commit df0a77ef01
8 changed files with 107 additions and 52 deletions

View File

@@ -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."
},
{