# lineHeight

> The line height of the font.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.TextRenderingModule

```csharp
public int lineHeight { get; }
```

### Remarks

This is the line height of the font, used to align lines of text above each other.
