Function RichTextLabel.removeLine
Removes a line of content from the label. Returns true
if the line exists.
The line
argument is the index of the line to remove, it can take values in the interval class="pln">D 0, get_line_count() - 1
.
bool removeLine
(
const(long) line
) nothrow @nogc;