Text Information

Configuring the unit used, and characters per that unit to be presented in the bottom bar.

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.

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