This commit is contained in:
2025-01-17 13:10:42 +01:00
commit 4536213c91
15115 changed files with 1442174 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Horizontal Position
The `<pos>` tag gives you direct control over the horizontal caret position. This works best with horizontal alignment.
The `<pos>` tag's position in the line has no effect on the caret position.
This tag is best used with left alignment.
You can specify the horizontal position in pixels, font units, or percentages.
**Example:**
```
at <pos=75%>75%
at <pos=25%>25%
at <pos=50%>50%
at 0%
```
![Example image](../images/TMP_RichTextPos.png)<br/>
_Setting caret positions_