LineWrapOptions

Contains options for the lineWrap function.

Members

Functions

charsPerLine
size_t charsPerLine(size_t additionalChars)

Calculates the amount of characters per line that can be used for the user's provided text.

Variables

lineCharLimit
size_t lineCharLimit;

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

linePrefix
string linePrefix;

A string to prefix each line with, helpful for automatic tabulation of each newly made line.

lineSuffix
string lineSuffix;

Same as linePrefix, except it's a suffix.

Meta