mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Created richtext_bbcode (markdown)
parent
c2d1418496
commit
f83bd6a337
20
richtext_bbcode.md
Normal file
20
richtext_bbcode.md
Normal file
@ -0,0 +1,20 @@
|
||||
# BBCode for RichTextLabel
|
||||
|
||||
### Introduction
|
||||
|
||||
[RichTextLabel](class_richtextlabel) allows to display complex text markup in a control. It has a built-in API for generating the markup, but can also parse a BBCode.
|
||||
|
||||
### Setting Up
|
||||
|
||||
For RichTextLabel to work properly, it must be set-up. This means loading the intended fonts in the releavant properties:
|
||||
|
||||
<p align="center"><img src="images/rtl_setup.png"></p>
|
||||
|
||||
### Reference
|
||||
|
||||
Command | Tag | Description
|
||||
--------|-----|-------------
|
||||
*bold* | `[b]{text}[/b]` | Makes {text} bold.
|
||||
*italics* | `[i]{text}[/i]` | Makes {text} italics.
|
||||
*underline* | `[u]{text}[/u]` | Makes {text} underline.
|
||||
|
Loading…
Reference in New Issue
Block a user