Method GetPointsAndMaterialFromText
GetPointsAndMaterialFromText(string, string, int, Matrix4, Color, double, double)
Returns a list of 3D Points and a material from a string and a fontname
Declaration
[HandleProcessCorruptedStateExceptions]
public GetPointsAndMaterialFromTextReturn GetPointsAndMaterialFromText(string text, string fontName, int fontSize, Matrix4 matrix, Color colorInput, double offset = 0, double height3D = 0)
Parameters
Type | Name | Description |
---|---|---|
string | text | Input text |
string | fontName | Fontname |
int | fontSize | FontSize |
Matrix4 | matrix | Input matrix for the text |
Color | colorInput | Color of the font needed |
double | offset | Input offset for the text |
double | height3D | Input height in 3D which will be a ratio from the textSize |
Returns
Type | Description |
---|---|
GetPointsAndMaterialFromTextReturn |