arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.ugui@38c58105e446/Documentation~/TextMeshPro/RichTextStrikethroughUnderline.md
Daniel 2e704cae70 init
Init Commit Unity
2025-09-25 22:01:28 +02:00

549 B

Strikethrough and Underline

You can add additional lines that run along your text.

  • The <underline> tag draws the line slightly below the baseline to underline the text. The vertical offset is defined in the Font Asset.

  • The <strikethrough> tag places the line slightly above the baseline so it crosses out the text.

Example:

The <s>quick brown</s> fox jumps over <u>the lazy dog</u>.

Example image
Strikethrough and underline