RichTextLabel.pushItalics

Adds a $(D font) tag with a italics font to the tag stack. This is the same as adding a $(D i) tag if not currently in a $(D b) tag.

struct RichTextLabel
@nogc nothrow
void
pushItalics
()

Meta