# horizontalBearingX

> The horizontal distance from the current drawing position (origin) relative to the element's left bounding box edge (bbox).

## Definition

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

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

### Remarks

This is an horizontal offset from the origin of the element that defines the starting drawing position.
