RichTextLabel.pushIndent

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

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

Meta