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]
    struct RichTextLabel
    @nogc nothrow @property
    bool
    bbcodeEnabled
    ()
  2. bool bbcodeEnabled [@property setter]

Meta