Skip to content

Commit bf13079

Browse files
authored
change default branch name 'main'
1 parent a906807 commit bf13079

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/master/Screenshots/ruby.png)
1+
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/main/Screenshots/ruby.png)
22

33
# Ruby(Furigana) Text Mesh Pro
44

@@ -35,7 +35,7 @@ It can also work with double quotes.
3535
* (2). RubyTextMeshProディレクトリをコピーすれば使用可能です
3636
* (2). You can use it by copying the RubyTextMeshPro directory
3737

38-
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/master/Screenshots/add_ruby.gif)
38+
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/main/Screenshots/add_ruby.gif)
3939

4040
## Usage Description
4141

@@ -47,13 +47,13 @@ RUBY_ALIGNMENT ルビに合わせて文字を表示します
4747

4848
BASE_ALIGNMENT 元の文字に合わせて文字を表示します
4949

50-
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/master/Screenshots/align_width.gif)
50+
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/main/Screenshots/align_width.gif)
5151

5252
### AllVCompensation
5353

5454
ルビを使用しない場合に同じ隙間を持たせる機能です
5555

56-
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/master/Screenshots/vcompensation.gif)
56+
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/main/Screenshots/vcompensation.gif)
5757

5858
# Known Issues
5959
* (1).TextMeshPro のソースは改変していません。アラインでいくつか問題が起こります。
@@ -65,17 +65,17 @@ BASE_ALIGNMENT 元の文字に合わせて文字を表示します
6565
* (1)_1.'BASE_ALIGN'で左寄せの場合かつルビが行頭にありつつ元の文字より多い場合、枠の外まで表示されます
6666
* (1)_1.'BASE_ALIGN' setting is left align and the ruby is at the beginning of the line but more than the original character, it will be displayed outside the frame.
6767

68-
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/master/Screenshots/issue_lefttop.png)
68+
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/main/Screenshots/issue_lefttop.png)
6969

7070
* (1)_2.'BASE_ALIGN'で中央寄せの場合かつルビが元の文字より多い場合、中央に表示されません。 'RUBY_ALIGN' を使用すると解消される場合があります。
7171
* (1)_2.'BASE_ALIGN' setting is center align and the ruby is at more than the original character, can't displayed center. 'RUBY_ALIGN' used, it may be solved.
7272

73-
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/master/Screenshots/issue_base_alignment_center.png)
73+
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/main/Screenshots/issue_base_alignment_center.png)
7474

7575
* (1)_3.'BASE_ALIGN'で右寄せの場合かつルビが行頭にありつつ元の文字より多い場合、(1)_1と違い、枠の内まで表示されます
7676
* (1)_3.'BASE_ALIGN' setting is left align and the ruby is at the beginning of the line but more than the original character, Different from (1)_1 it will be displayed in the frame.
7777

78-
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/master/Screenshots/issue_base_alignment_bottomright.png)
78+
![Example](https://github.com/jp-netsis/RubyTextMeshPro/blob/main/Screenshots/issue_base_alignment_bottomright.png)
7979

8080
# Use Font File
8181

0 commit comments

Comments
 (0)