LineTextPoints¶
in Lib.point.io
Loads a single line SVG font and generates a point buffer for a text. This can then be rendered as lines, particle effects, or mesh.
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| Text (String) | — |
| Position (Vector3) | — |
| Size (Single) | — |
| LineHeight (Single) | — |
| VerticalAlign (Int32) | — |
| HorizontalAlign (Int32) | — |
| Spacing (Single) | — |
| FilePath (String) | — |
| ReduceCurveThreshold (Single) | — |
| CornerWeightBalance (Single) | — |
| Color (Vector4) | — |
| LineWidth (Single) | — |
| SetFx1To (Int32) | — |
Outputs¶
| Name | Type |
|---|---|
| ResultList | T3.Core.DataTypes.StructuredList |
| StartIndicesAndCounts | T3.Core.DataTypes.StructuredList |