# horizontalAdvance

> The horizontal distance to increase (left to right) or decrease (right to left) the drawing position relative to the origin of the text element.

## Definition

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

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

### Remarks

This determines the origin position of the next text element.
