# descentLine

> The Descent line is typically located at the bottom of the glyph with the lowest descender in the typeface.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.TextCore](/engine/6000.5/script-reference/unityengine/textcore.md)
* **Assembly:** UnityEngine.TextCoreFontEngineModule

```csharp
public float descentLine { get; set; }
```

### Remarks

This represents the distance between the baseline and the lowest descender. This value is usually negative.
