If true, applies bold font styles.
Applies the given colour to the text.
Default painter function for {@link MessageMaker.Args}.paintFormat
options "html"
and "markdown"
do not currently support colours.
To use colour with those outputs formats, you must provide your own
{@link MessageMaker.Args}.painter
argument.
If defined, an indent is added to every line. This is best for
creating visual hierarchies. Indents count towards the
{@link MessageMaker.MsgArgs}.maxWidth
.
Starts at zero (no indent).
Colours the message in the inverse -- clr is the background. If ``, the flag background should be solid black and the foreground is the chosen colour.
Pads each line to be at least equal to
{@link MessageMaker.MsgArgs}.maxWidth
.
Useful for flags that you want to take up a certain width.
String to be used as a hanging indent. Not painted.
String to be used as an indent (every line). Not painted.
If true, applies italic font styles.
Used to join bulk strings together.
Number of blank lines after the message, if any.
Number of blank lines after the message, if any.
Max width of messages (in characters), if any.
Minimum width of messages (in characters).
Minimum value is 10.
String used to represent a tab (e.g., with
{@link MessageMaker.MsgArgs}.depth
).
Optional configuration for MessageMaker.msgs.
Since
0.1.1