Skip to content

Commit 83d569d

Browse files
committed
Update README
1 parent 1dd7ca8 commit 83d569d

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed
1.11 MB
Loading
38.9 KB
Loading

Documentation~/Images/logo.png

606 KB
Loading

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# **TextMeshProMax**
2-
2+
<img src="Documentation~/Images/logo.png" alt="How to enable xml comments" width="700" />
33
**TextMeshProMax** is a utility library that extends `TextMesh Pro`, making it easier to perform advanced text-related tasks in Unity projects. It supports standard TextMesh Pro functionalities and optional RubyTextMeshPro integration.
44

55
------
@@ -66,6 +66,9 @@ You can find the roadmap for this project in the [Roadmap](https://github.com/us
6666
#### 1. GetStringRects
6767
Retrieve the **Rect information** for specific strings rendered by a `TMP_Text` object.
6868

69+
<img src="Documentation~/Images/GetStringRects.png" alt="How to enable xml comments" width="700" />
70+
<img src="Documentation~/Images/GetStringRectsResult.png" alt="How to enable xml comments" width="700" />
71+
6972
- **Parameters**:
7073
- `text` (`TMP_Text`): The target TextMesh Pro object.
7174
- `targetString` (`string`): The string you want to locate in the text.

0 commit comments

Comments
 (0)