# advance

> The horizontal distance, rounded to the nearest integer, from the origin of this character to the origin of the next character.

## Definition

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

```csharp
public int advance { get; set; }
```
