# Truncation

`Truncate` is one of the many options.

### When enabled:

When text exceeds the boundaries and can no longer fit within the frame, the engine will intelligently find/make enough space for `...` at the end.

For example: `Hello there!` might become `Hello the...` in certain scenarios.

{% hint style="info" %}
The dots (called an ellipsis) is a universal indication that there is more text out of sight.
{% endhint %}
