Inserts a line break within a single title line, footnote line, or column label. Use this when you need a multi-line label that is logically one element (e.g. a column header that wraps to two lines).
In most cases you can use a literal "\\n" in your string instead.
fr_newline() is provided for use inside glue expressions where a
literal newline would be awkward or ambiguous.
Rendering
In RTF output, the newline resolves to \\line (a soft line break
within the same paragraph). In future LaTeX output, it maps to \\\\.
The layout engine accounts for newlines when calculating row height.
See also
fr_col() for column labels, fr_titles() for title lines.