This object creates an 3D object of text as a single object.
text — The text that needs to be shown.
parameters — Object that can contain the following parameters.
- size — Float. Size of the text.
- height — Float. Thickness to extrude text. Default is 50.
- curveSegments — Integer. Number of points on the curves.
- font — String. Font name.
- weight — String. Font weight (normal, bold).
- style — String. Font style (normal, italics).
- bevelEnabled — Boolean. Turn on bevel. Default is False.
- bevelThickness — Float. How deep into text bevel goes. Default is 10.
- bevelSize — Float. How far from text outline is bevel. Default is 8.