RichTextLabel.addImage

Adds an image's opening and closing tags to the tag stack, optionally providing a width and height to resize the image. If width or height is set to 0, the image size will be adjusted in order to keep the original aspect ratio.

struct RichTextLabel
@nogc nothrow
void
addImage
(,
in long width = 0
,
in long height = 0
)

Meta