Skip to content

Commit 3023854

Browse files
authored
Update README.md
1 parent 5d95db9 commit 3023854

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,22 @@ You need to have `TextMeshPro` plugin in your project. You can install TMPro via
1414

1515
I checked Unity and TextMeshPro Version are below.
1616

17-
UnityVer:2021.3.0f1
17+
UnityVer:2021.3.11f1
1818

1919
TextMeshProVer:3.0.6
2020

21+
# Disruptive change
22+
23+
### ver 1.1
24+
25+
[Ja]
26+
削除 : `allVCompensationRuby` / `allVCompensationRubyLineHeight` : `rubyLineHeight` が空文字の場合、 いままでの `allVCompensationRuby:false` と同等の効果になります。また、 `rubyLineHeight` に値が入っている場合、 `allVCompensationRubyLineHeight` の値と同様の効果になります。
27+
削除予定 : `RubyTextMeshPro.UnditedText` / `RubyTextMeshProUGUI.UnditedText` : 次のバージョンで削除されます。`uneditedText`をご使用ください。
28+
29+
[En]
30+
Removed : `allVCompensationRuby` / `allVCompensationRubyLineHeight` : If `rubyLineHeight` is an empty string, it will be the `allVCompensationRuby:false` value up to now, and if `rubyLineHeight` is a value, it will be the `allVCompensationRubyLineHeight` value.
31+
Obsolete : `RubyTextMeshPro.UnditedText` / `RubyTextMeshProUGUI.UnditedText` : Will be removed in the next version. Please use `uneditedText`.
32+
2133
# Features
2234
### Realtime Ruby Text
2335
あなたは`<ruby=にほんご>日本語</ruby>`タグもしくは省略した`<r=にほんご>日本語</r>`タグを使用できます。
@@ -49,9 +61,13 @@ BASE_ALIGNMENT 元の文字に合わせて文字を表示します
4961

5062
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/main/Screenshots/align_width.gif)
5163

52-
### AllVCompensation
64+
### rubyLineHeight
65+
66+
この機能により、rubyを使用しない場合でも、同じ隙間を持つことができます。
67+
この文字列を空にすることで、この機能はスキップされます。
5368

54-
ルビを使用しない場合に同じ隙間を持たせる機能です
69+
This function allows you to have the same gap even if you don't use ruby.
70+
Empty this string to skip this feature.
5571

5672
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/main/Screenshots/vcompensation.gif)
5773

0 commit comments

Comments
 (0)