chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
@@ -0,0 +1,31 @@
# TextOutlines
*in [Lib.render.basic](README.md)*
Creates outlined text to use in combination with [Text]
## Input Parameters
| Name (Relevancy & Type) | Description |
|---|---|
| **InputText** (String) | — |
| **OutlineColor** (Vector4) | — |
| **FillColor** (Vector4) | — |
| **Position** (Vector2) | — |
| **OutsideLine** (Single) | — |
| **InsideLine** (Single) | — |
| **FontPath** (String) | — |
| **Size** (Single) | — |
| **Spacing** (Single) | — |
| **LineHeight** (Single) | — |
| **VerticalAlign** (Int32) | — |
| **HorizontalAlign** (Int32) | — |
| **CullMode** (CullMode) | — |
| **EnableZTest** (Boolean) | — |
| **Sharpness** (Int32) | Adjust the edges, lower this value if the render is aliased. |
| **BillboardMode** (Boolean) | — |
## Outputs
| Name | Type |
|---|---|
| **Output** | T3.Core.DataTypes.Command |