> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/writer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/writer/admin-guide/configurations-guide/text-information.md).

# Text Information

![](/files/-MQvbWy1jHuRrnQLxnEn)

The one feature that can be configured for Text Information is the unit of measure, and how many characters one of those units contain. The default value for this configuration is `"inches"` as unit, and `10` as characters per unit.

These values are arbitrary and could be configured for example as unit: `"millimeter"`, and `12` as character. Which values to use depend on the customer's preference.

Configuration for this is located in the writer-client configuration file.

**Text information configuration shown in context.**

```javascript
{
    "textInformation": {
        "charactersPerUnit": 10,
        "unit": "inches"
    },
    "plugins": ...
}
```
