chore: import upstream snapshot with attribution
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user