UnityGame/Library/PackageCache/com.unity.ugui/Documentation~/TextMeshPro/RichTextBoldItalic.md
2024-10-27 10:53:47 +03:00

15 lines
452 B
Markdown

# Bold and Italic
You can apply bold and italic styling to your text with the `<b>` and `<i>` tags respectively. The [font Asset](FontAssetsProperties.md) defines how bold and italicized text looks when rendered.
The closing `</b>` and `</i>` tags revert to the text's normal appearance.
**Example:**
```
The <i>quick brown fox</i> jumps over the <b>lazy dog</b>.
```
![Example image](../images/TMP_RichTextBoldItalic.png)<br/>
_Bold and italic._