LineWrapOptions.lineCharLimit

How many characters per line, in total, are allowed.

Do note that the linePrefix, lineSuffix, as well as leading new line characters are subtracted from this limit, to find the acutal total amount of characters that can be shown on each line.

struct LineWrapOptions
size_t lineCharLimit;

Meta