RichTextLabel.bbcodeEnabled

If true, the label uses BBCode formatting. Note: Trying to alter the RichTextLabel's text with addText will reset this to false. Use instead appendBbcode to preserve BBCode formatting.

  1. bool bbcodeEnabled [@property getter]
  2. bool bbcodeEnabled [@property setter]
    struct RichTextLabel
    @nogc nothrow @property
    void
    bbcodeEnabled
    (
    bool v
    )

Meta