RichTextLabel.pushIndent

Adds an $(D indent) tag to the tag stack. Multiplies level by current tabSize to determine new margin length.

struct RichTextLabel
@nogc nothrow
void
pushIndent
(
in long level
)

Meta