arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.ugui@38c58105e446/Documentation~/TextMeshPro/RichTextBoldItalic.md
Daniel 2e704cae70 init
Init Commit Unity
2025-09-25 22:01:28 +02: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._