# TextExtrusion

The `TextExtrusion` class describes a 3D text scene object.

## Properties

| Property        | Description                                                                                                                                                                                                                                                                                                  |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `backMaterial`  | <p><code>(get) (Not Available) (set) backMaterial: MaterialBase</code></p><p>Specifies the material of the back cap of 3-d text.</p>                                                                                                                                                                         |
| `depth`         | <p><code>(get) depth: ScalarSignal (set) depth: ScalarSignal</code></p><p>Text extrusion is only made through straight paths. This specifies the depth of the straight path of extrusion, starting from the position of textExtrusion scene object.</p><p><strong>Note</strong>: Default value is 10 mm.</p> |
| `faceMaterial`  | <p><code>(get) (Not Available) (set) faceMaterial: MaterialBase</code></p><p>Specifies the material of the caps or face of 3-d text.</p>                                                                                                                                                                     |
| `font`          | <p><code>(get) (Not Available) (set) font: FontId</code></p><p>Sets the given font from the fonts registry.</p>                                                                                                                                                                                              |
| `frontMaterial` | <p><code>(get) (Not Available) (set) frontMaterial: MaterialBase</code></p><p>Specifies the material of the front cap of 3-d text.</p>                                                                                                                                                                       |
| `letterSpacing` | <p><code>(get) letterSpacing: ScalarSignal (set) letterSpacing: ScalarSignal</code></p><p>Specifies the letter spacing value.</p>                                                                                                                                                                            |
| `lineSpacing`   | <p><code>(get) lineSpacing: ScalarSignal (set) lineSpacing: ScalarSignal</code></p><p>Specifies the line spacing value.</p>                                                                                                                                                                                  |
| `sideMaterial`  | <p><code>(get) (Not Available) (set) sideMaterial: MaterialBase</code></p><p>Specifies the material of the extrusion part of 3-d text.</p>                                                                                                                                                                   |
| `text`          | <p><code>(get) text: StringSignal (set) text: StringSignal</code></p><p>Specifies the text displayed.</p>                                                                                                                                                                                                    |

## Methods

This module exposes no methods.
