study/first_study/Library/PackageCache/com.unity.ugui@1890c14c96ff/Documentation~/TextMeshPro/RichTextRotate.md
jh04010421 739d49f1a0 Unity | 2026.01.20
수업 실습 파일
2026-01-20 11:01:57 +09:00

1.0 KiB

Rotate

Use the <rotate> tag to rotate each character about its center. Specify the amount of rotation in degrees. Positive values rotate characters counter-clockwise. Negative values rotate them clockwise.

Rotation affects the spacing between characters, and may cause characters to overlap in some cases. Use the <cspace> tag to correct character spacing as needed.

Example:

Rotate text <rotate="-10">counter-clockwise</rotate> or <rotate="10">clockwise</rotate>

Example image
Text rotated counter-clockwise (left) and clockwise (right)

Rotate text <rotate="45">counter-clockwise</rotate>

Example image
More rotation makes it more likely that characters overlap

Rotate text <cspace="15"><rotate="45">counter-clockwise</rotate></cspace>

Example image
The <cspace> tag adjusts character spacing, and can help correct overlap caused by rotation