Method CreateMeshFromText
CreateMeshFromText(string, Matrix4, string, int, ColorAlpha?, double)
Creates an occurrence from string
Declaration
[HandleProcessCorruptedStateExceptions]
public CreateMeshFromTextReturn CreateMeshFromText(string text, Matrix4 matrix, string font = "ChicFont", int fontSize = 64, ColorAlpha? color = null, double heigth3D = 40)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | Text to create |
| Matrix4 | matrix | A matrix to apply on mesh |
| string | font | The font to use |
| int | fontSize | The font size |
| ColorAlpha? | color | The occurrence color |
| double | heigth3D | 3D height of text |
Returns
| Type | Description |
|---|---|
| CreateMeshFromTextReturn |