# PlanarText

The `PlanarText` class describes text on a plane.

## Properties

| Property     | Description                                                                                                                                                                                                   |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `alignment`  | <p><code>(get) alignment: TextAlignmentWrapper (set) (Not Available)</code></p><p>Represents the <code>TextAlignmentWrapper</code> that contains parameters that specify the text alignment.</p>              |
| `font`       | <p><code>(get) (Not Available) (set) font: FontId</code></p><p>Sets the given font from the fonts registry.</p>                                                                                               |
| `fontSize`   | <p><code>(get) (Not Available) (set) fontSize: number</code></p><p>Specifies the font size of the text.</p>                                                                                                   |
| `leading`    | <p><code>(get) (Not Available) (set) leading: ?number</code></p><p>Specifies the line spacing. This is the distance between the baselines in the text. If unspecified, spacing defaults to the font size.</p> |
| `material`   | <p><code>(get) (Not Available) (set) material: MaterialBase</code></p><p>Specifies the material of the scene object.</p>                                                                                      |
| `maxLines`   | <p><code>(get) (Not Available) (set) maxLines: ?number</code></p><p>Specifies the maximum number of lines for the text. If unspecified, the number of lines is unrestricted.</p>                              |
| `scaleToFit` | <p><code>(get) (Not Available) (set) scaleToFit: boolean</code></p><p>Specifies if the text is scaled to fit the container.</p>                                                                               |
| `text`       | <p><code>(get) text: StringSignal (set) text: StringSignal</code></p><p>Specifies the text displayed.</p>                                                                                                     |
| `tracking`   | <p><code>(get) (Not Available) (set) tracking: number</code></p><p>Specifies the text spacing. This is the additional distance between letters. Default is zero. Can be negative.</p>                         |

## Methods

This module exposes no methods.
