Fixed wrong information in "BBCode in RichTextLabel".

This commit is contained in:
Michael Alexsander Silva Dias 2018-01-19 17:58:57 -02:00
parent 31a6f62fd5
commit ce3cdb5b68
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Reference
+-----------------+--------------------------------------------+--------------------------------------------------------------+
| **url (ref)** | ``[url=<url>]{text}[/url]`` | Makes {text} reference <url>. |
+-----------------+--------------------------------------------+--------------------------------------------------------------+
| **image** | ``[img=<path>][/img]`` | Insert image at resource <path>. |
| **image** | ``[img]{path}[/img]`` | Insert image at resource {path}. |
+-----------------+--------------------------------------------+--------------------------------------------------------------+
| **font** | ``[font=<path>]{text}[/font]`` | Use custom font at <path> for {text}. |
+-----------------+--------------------------------------------+--------------------------------------------------------------+